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/revision.php

    r36659 r37518  
    3939
    4040        /**
    41          * Filter the list of fields saved in post revisions.
     41         * Filters the list of fields saved in post revisions.
    4242         *
    4343         * Included by default: 'post_title', 'post_content' and 'post_excerpt'.
     
    139139
    140140                /**
    141                  * Filter whether the post has changed since the last revision.
     141                 * Filters whether the post has changed since the last revision.
    142142                 *
    143143                 * By default a revision is saved only if one of the revisioned fields has changed.
     
    163163
    164164                        /**
    165                          * Filter whether a post has changed.
     165                         * Filters whether a post has changed.
    166166                         *
    167167                         * By default a revision is saved only if one of the revisioned fields has changed.
     
    501501
    502502        /**
    503          * Filter the number of revisions to save for the given post.
     503         * Filters the number of revisions to save for the given post.
    504504         *
    505505         * Overrides the value of WP_POST_REVISIONS.
Note: See TracChangeset for help on using the changeset viewer.