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-terms-list-table.php

    r36265 r37488  
    8080        if ( 'post_tag' === $this->screen->taxonomy ) {
    8181            /**
    82              * Filter the number of terms displayed per page for the Tags list table.
     82             * Filters the number of terms displayed per page for the Tags list table.
    8383             *
    8484             * @since 2.8.0
     
    8989
    9090            /**
    91              * Filter the number of terms displayed per page for the Tags list table.
     91             * Filters the number of terms displayed per page for the Tags list table.
    9292             *
    9393             * @since 2.7.0
     
    9999        } elseif ( 'category' === $this->screen->taxonomy ) {
    100100            /**
    101              * Filter the number of terms displayed per page for the Categories list table.
     101             * Filters the number of terms displayed per page for the Categories list table.
    102102             *
    103103             * @since 2.8.0
     
    352352
    353353        /**
    354          * Filter display of the term name in the terms list table.
     354         * Filters display of the term name in the terms list table.
    355355         *
    356356         * The default output may include padding due to the term's
     
    470470
    471471        /**
    472          * Filter the action links displayed for each term in the Tags list table.
     472         * Filters the action links displayed for each term in the Tags list table.
    473473         *
    474474         * @since 2.8.0
     
    482482
    483483        /**
    484          * Filter the action links displayed for each term in the terms list table.
     484         * Filters the action links displayed for each term in the terms list table.
    485485         *
    486486         * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.
     
    560560    public function column_default( $tag, $column_name ) {
    561561        /**
    562          * Filter the displayed columns in the terms list table.
     562         * Filters the displayed columns in the terms list table.
    563563         *
    564564         * The dynamic portion of the hook name, `$this->screen->taxonomy`,
Note: See TracChangeset for help on using the changeset viewer.