Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:27:48 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize filter docs in wp-includes/post-template.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/post-template.php

    r37487 r37501  
    118118
    119119            /**
    120              * Filter the text prepended to the post title for protected posts.
     120             * Filters the text prepended to the post title for protected posts.
    121121             *
    122122             * The filter is only applied on the front end.
     
    133133
    134134            /**
    135              * Filter the text prepended to the post title of private posts.
     135             * Filters the text prepended to the post title of private posts.
    136136             *
    137137             * The filter is only applied on the front end.
     
    149149
    150150    /**
    151      * Filter the post title.
     151     * Filters the post title.
    152152     *
    153153     * @since 0.71
     
    179179
    180180    /**
    181      * Filter the escaped Global Unique Identifier (guid) of the post.
     181     * Filters the escaped Global Unique Identifier (guid) of the post.
    182182     *
    183183     * @since 4.2.0
     
    210210
    211211    /**
    212      * Filter the Global Unique Identifier (guid) of the post.
     212     * Filters the Global Unique Identifier (guid) of the post.
    213213     *
    214214     * @since 1.5.0
     
    232232
    233233    /**
    234      * Filter the post content.
     234     * Filters the post content.
    235235     *
    236236     * @since 0.71
     
    304304
    305305                /**
    306                  * Filter the Read More link text.
     306                 * Filters the Read More link text.
    307307                 *
    308308                 * @since 2.8.0
     
    343343
    344344    /**
    345      * Filter the displayed post excerpt.
     345     * Filters the displayed post excerpt.
    346346     *
    347347     * @since 0.71
     
    378378
    379379    /**
    380      * Filter the retrieved post excerpt.
     380     * Filters the retrieved post excerpt.
    381381     *
    382382     * @since 1.2.0
     
    522522
    523523    /**
    524      * Filter the list of CSS classes for the current post.
     524     * Filters the list of CSS classes for the current post.
    525525     *
    526526     * @since 2.7.0
     
    746746
    747747    /**
    748      * Filter the list of CSS body classes for the current post or page.
     748     * Filters the list of CSS body classes for the current post or page.
    749749     *
    750750     * @since 2.8.0
     
    842842
    843843    /**
    844      * Filter the arguments used in retrieving page links for paginated posts.
     844     * Filters the arguments used in retrieving page links for paginated posts.
    845845     *
    846846     * @since 3.0.0
     
    860860                }
    861861                /**
    862                  * Filter the HTML output of individual page number links.
     862                 * Filters the HTML output of individual page number links.
    863863                 *
    864864                 * @since 3.6.0
     
    898898
    899899    /**
    900      * Filter the HTML output of page links for paginated posts.
     900     * Filters the HTML output of page links for paginated posts.
    901901     *
    902902     * @since 3.6.0
     
    995995
    996996            /**
    997              * Filter the HTML output of the li element in the post custom fields list.
     997             * Filters the HTML output of the li element in the post custom fields list.
    998998             *
    999999             * @since 2.2.0
     
    10791079
    10801080    /**
    1081      * Filter the HTML output of a list of pages as a drop down.
     1081     * Filters the HTML output of a list of pages as a drop down.
    10821082     *
    10831083     * @since 2.1.0
     
    11551155
    11561156    /**
    1157      * Filter the array of pages to exclude from the pages list.
     1157     * Filters the array of pages to exclude from the pages list.
    11581158     *
    11591159     * @since 2.1.0
     
    11891189
    11901190    /**
    1191      * Filter the HTML output of the pages to list.
     1191     * Filters the HTML output of the pages to list.
    11921192     *
    11931193     * @since 1.5.1
     
    12541254
    12551255    /**
    1256      * Filter the arguments used to generate a page-based menu.
     1256     * Filters the arguments used to generate a page-based menu.
    12571257     *
    12581258     * @since 2.7.0
     
    13251325
    13261326    /**
    1327      * Filter the HTML output of a page-based menu.
     1327     * Filters the HTML output of a page-based menu.
    13281328     *
    13291329     * @since 2.7.0
     
    14531453
    14541454    /**
    1455      * Filter a retrieved attachment page link.
     1455     * Filters a retrieved attachment page link.
    14561456     *
    14571457     * @since 2.7.0
     
    15031503
    15041504    /**
    1505      * Filter the attachment markup to be prepended to the post content.
     1505     * Filters the attachment markup to be prepended to the post content.
    15061506     *
    15071507     * @since 2.0.0
     
    15371537
    15381538    /**
    1539      * Filter the HTML output for the protected post password form.
     1539     * Filters the HTML output for the protected post password form.
    15401540     *
    15411541     * If modifying the password field, please note that the core database schema
     
    16841684
    16851685    /**
    1686      * Filter the formatted author and date for a revision.
     1686     * Filters the formatted author and date for a revision.
    16871687     *
    16881688     * @since 4.4.0
Note: See TracChangeset for help on using the changeset viewer.