Make WordPress Core


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

Docs: Standardize hook docs in wp-admin/* 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-admin/includes/revision.php

    r37342 r37488  
    8181
    8282        /**
    83          * Filter revisions text diff options.
    84          *
    85          * Filter the options passed to wp_text_diff() when viewing a post revision.
     83         * Filters revisions text diff options.
     84         *
     85         * Filters the options passed to wp_text_diff() when viewing a post revision.
    8686         *
    8787         * @since 4.1.0
     
    120120
    121121    /**
    122      * Filter the fields displayed in the post revision diff UI.
     122     * Filters the fields displayed in the post revision diff UI.
    123123     *
    124124     * @since 4.1.0
     
    214214
    215215        /**
    216          * Filter the array of revisions used on the revisions screen.
     216         * Filters the array of revisions used on the revisions screen.
    217217         *
    218218         * @since 4.4.0
Note: See TracChangeset for help on using the changeset viewer.