Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:49:05 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize filter docs in remaining wp-includes/* files 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/class-oembed.php

    r37431 r37518  
    116116
    117117                /**
    118                  * Filter the list of whitelisted oEmbed providers.
     118                 * Filters the list of whitelisted oEmbed providers.
    119119                 *
    120120                 * Since WordPress 4.4, oEmbed discovery is enabled for all users and allows embedding of sanitized
     
    322322
    323323                /**
    324                  * Filter the HTML returned by the oEmbed provider.
     324                 * Filters the HTML returned by the oEmbed provider.
    325325                 *
    326326                 * @since 2.9.0
     
    349349
    350350                /**
    351                  * Filter oEmbed remote get arguments.
     351                 * Filters oEmbed remote get arguments.
    352352                 *
    353353                 * @since 4.0.0
     
    365365
    366366                        /**
    367                          * Filter the link types that contain oEmbed provider URLs.
     367                         * Filters the link types that contain oEmbed provider URLs.
    368368                         *
    369369                         * @since 2.9.0
     
    436436
    437437                /**
    438                  * Filter the oEmbed URL to be fetched.
     438                 * Filters the oEmbed URL to be fetched.
    439439                 *
    440440                 * @since 2.9.0
     
    599599
    600600                /**
    601                  * Filter the returned oEmbed HTML.
     601                 * Filters the returned oEmbed HTML.
    602602                 *
    603603                 * Use this filter to add support for custom data types, or to filter the result.
Note: See TracChangeset for help on using the changeset viewer.