Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:00:23 PM (10 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/class-wp-ms-users-list-table.php

    r36572 r37488  
    173173                );
    174174                /**
    175                  * Filter the columns displayed in the Network Admin Users list table.
     175                 * Filters the columns displayed in the Network Admin Users list table.
    176176                 *
    177177                 * @since MU
     
    352352
    353353                        /**
    354                          * Filter the action links displayed next the sites a user belongs to
     354                         * Filters the action links displayed next the sites a user belongs to
    355355                         * in the Network Admin Users list table.
    356356                         *
     
    447447
    448448                /**
    449                  * Filter the action links displayed under each user in the Network Admin Users list table.
     449                 * Filters the action links displayed under each user in the Network Admin Users list table.
    450450                 *
    451451                 * @since 3.2.0
Note: See TracChangeset for help on using the changeset viewer.