Make WordPress Core

Changeset 37495


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

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

    r37431 r37495  
    2828
    2929        /**
    30          * Filter the display name of the current post's author.
     30         * Filters the display name of the current post's author.
    3131         *
    3232         * @since 2.9.0
     
    8989
    9090                /**
    91                  * Filter the display name of the author who last edited the current post.
     91                 * Filters the display name of the author who last edited the current post.
    9292                 *
    9393                 * @since 2.8.0
     
    138138
    139139        /**
    140          * Filter the value of the requested user metadata.
     140         * Filters the value of the requested user metadata.
    141141         *
    142142         * The filter name is dynamic and depends on the $field parameter of the function.
     
    259259
    260260        /**
    261          * Filter the link to the author page of the author of the current post.
     261         * Filters the link to the author page of the author of the current post.
    262262         *
    263263         * @since 2.9.0
     
    313313
    314314        /**
    315          * Filter the URL to the author's page.
     315         * Filters the URL to the author's page.
    316316         *
    317317         * @since 2.1.0
     
    481481
    482482        /**
    483          * Filter whether the site has more than one author with published posts.
     483         * Filters whether the site has more than one author with published posts.
    484484         *
    485485         * @since 3.2.0
Note: See TracChangeset for help on using the changeset viewer.