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/class-wp-users-list-table.php

    r37422 r37488  
    126126
    127127        /**
    128          * Filter the query arguments used to retrieve users for the current users list table.
     128         * Filters the query arguments used to retrieve users for the current users list table.
    129129         *
    130130         * @since 4.4.0
     
    161161     *
    162162     * Provides a list of roles and user count for that role for easy
    163      * filtering of the user table.
     163     * Filtersing of the user table.
    164164     *
    165165     * @since  3.1.0
     
    415415
    416416            /**
    417              * Filter the action links displayed under each user in the Users list table.
     417             * Filters the action links displayed under each user in the Users list table.
    418418             *
    419419             * @since 2.8.0
     
    491491                    default:
    492492                        /**
    493                          * Filter the display output of custom columns in the Users list table.
     493                         * Filters the display output of custom columns in the Users list table.
    494494                         *
    495495                         * @since 2.8.0
     
    550550
    551551        /**
    552          * Filter the returned array of roles for a user.
     552         * Filters the returned array of roles for a user.
    553553         *
    554554         * @since 4.4.0
Note: See TracChangeset for help on using the changeset viewer.