Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:41:51 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize filter docs in wp-includes/embed.php to use third-person singular verbs per the inline documentation standards for PHP.

See #36913.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/embed.php

    r37361 r37513  
    7171
    7272    /**
    73      * Filter the default array of embed dimensions.
     73     * Filters the default array of embed dimensions.
    7474     *
    7575     * @since 2.9.0
     
    162162function wp_maybe_load_embeds() {
    163163    /**
    164      * Filter whether to load the default embed handlers.
     164     * Filters whether to load the default embed handlers.
    165165     *
    166166     * Returning a falsey value will prevent loading the default embed handlers.
     
    179179
    180180    /**
    181      * Filter the audio embed handler callback.
     181     * Filters the audio embed handler callback.
    182182     *
    183183     * @since 3.6.0
     
    188188
    189189    /**
    190      * Filter the video embed handler callback.
     190     * Filters the video embed handler callback.
    191191     *
    192192     * @since 3.6.0
     
    221221
    222222    /**
    223      * Filter the Google Video embed output.
     223     * Filters the Google Video embed output.
    224224     *
    225225     * @since 2.9.0
     
    255255
    256256    /**
    257      * Filter the YoutTube embed output.
     257     * Filters the YoutTube embed output.
    258258     *
    259259     * @since 4.0.0
     
    284284
    285285    /**
    286      * Filter the audio embed output.
     286     * Filters the audio embed output.
    287287     *
    288288     * @since 3.6.0
     
    316316
    317317    /**
    318      * Filter the video embed output.
     318     * Filters the video embed output.
    319319     *
    320320     * @since 3.6.0
     
    355355
    356356    /**
    357      * Filter the oEmbed discovery links HTML.
     357     * Filters the oEmbed discovery links HTML.
    358358     *
    359359     * @since 4.4.0
     
    396396
    397397    /**
    398      * Filter the URL to embed a specific post.
     398     * Filters the URL to embed a specific post.
    399399     *
    400400     * @since 4.4.0
     
    432432
    433433    /**
    434      * Filter the oEmbed endpoint URL.
     434     * Filters the oEmbed endpoint URL.
    435435     *
    436436     * @since 4.4.0
     
    502502
    503503    /**
    504      * Filter the embed HTML output for a given post.
     504     * Filters the embed HTML output for a given post.
    505505     *
    506506     * @since 4.4.0
     
    535535
    536536    /**
    537      * Filter the allowed minimum and maximum widths for the oEmbed response.
     537     * Filters the allowed minimum and maximum widths for the oEmbed response.
    538538     *
    539539     * @since 4.4.0
     
    572572
    573573    /**
    574      * Filter the oEmbed response data.
     574     * Filters the oEmbed response data.
    575575     *
    576576     * @since 4.4.0
     
    840840
    841841    /**
    842      * Filter the post excerpt for the embed template.
     842     * Filters the post excerpt for the embed template.
    843843     *
    844844     * @since 4.4.0
     
    10711071
    10721072    /**
    1073      * Filter the site title HTML in the embed footer.
     1073     * Filters the site title HTML in the embed footer.
    10741074     *
    10751075     * @since 4.4.0
Note: See TracChangeset for help on using the changeset viewer.