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

    r36394 r37488  
    9292        $themes = array(
    9393            /**
    94              * Filter the full array of WP_Theme objects to list in the Multisite
     94             * Filters the full array of WP_Theme objects to list in the Multisite
    9595             * themes list table.
    9696             *
     
    478478        }
    479479        /**
    480          * Filter the action links displayed for each theme in the Multisite
     480         * Filters the action links displayed for each theme in the Multisite
    481481         * themes list table.
    482482         *
     
    502502
    503503        /**
    504          * Filter the action links of a specific theme in the Multisite themes
     504         * Filters the action links of a specific theme in the Multisite themes
    505505         * list table.
    506506         *
     
    570570        }
    571571        /**
    572          * Filter the array of row meta for each theme in the Multisite themes
     572         * Filters the array of row meta for each theme in the Multisite themes
    573573         * list table.
    574574         *
Note: See TracChangeset for help on using the changeset viewer.