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/dashboard.php

    r37335 r37488  
    6666
    6767        /**
    68          * Filter the list of widgets to load for the Network Admin dashboard.
     68         * Filters the list of widgets to load for the Network Admin dashboard.
    6969         *
    7070         * @since 3.1.0
     
    8383
    8484        /**
    85          * Filter the list of widgets to load for the User Admin dashboard.
     85         * Filters the list of widgets to load for the User Admin dashboard.
    8686         *
    8787         * @since 3.1.0
     
    100100
    101101        /**
    102          * Filter the list of widgets to load for the admin dashboard.
     102         * Filters the list of widgets to load for the admin dashboard.
    103103         *
    104104         * @since 2.5.0
     
    284284
    285285    /**
    286      * Filter the array of extra elements to list in the 'At a Glance'
     286     * Filters the array of extra elements to list in the 'At a Glance'
    287287     * dashboard widget.
    288288     *
     
    309309
    310310        /**
    311          * Filter the link title attribute for the 'Search Engines Discouraged'
     311         * Filters the link title attribute for the 'Search Engines Discouraged'
    312312         * message displayed in the 'At a Glance' dashboard widget.
    313313         *
     
    322322
    323323        /**
    324          * Filter the link label for the 'Search Engines Discouraged' message
     324         * Filters the link label for the 'Search Engines Discouraged' message
    325325         * displayed in the 'At a Glance' dashboard widget.
    326326         *
     
    539539
    540540        /**
    541          * Filter the post query arguments for the 'Recent Drafts' dashboard widget.
     541         * Filters the post query arguments for the 'Recent Drafts' dashboard widget.
    542542         *
    543543         * @since 4.4.0
     
    634634
    635635        /**
    636          * Filter the action links displayed for each comment in the 'Recent Comments'
     636         * Filters the action links displayed for each comment in the 'Recent Comments'
    637637         * dashboard widget.
    638638         *
     
    807807
    808808    /**
    809      * Filter the query arguments used for the Recent Posts widget.
     809     * Filters the query arguments used for the Recent Posts widget.
    810810     *
    811811     * @since 4.2.0
     
    10691069
    10701070            /**
    1071              * Filter the primary link URL for the 'WordPress News' dashboard widget.
     1071             * Filters the primary link URL for the 'WordPress News' dashboard widget.
    10721072             *
    10731073             * @since 2.5.0
     
    10781078
    10791079            /**
    1080              * Filter the primary feed URL for the 'WordPress News' dashboard widget.
     1080             * Filters the primary feed URL for the 'WordPress News' dashboard widget.
    10811081             *
    10821082             * @since 2.3.0
     
    10871087
    10881088            /**
    1089              * Filter the primary link title for the 'WordPress News' dashboard widget.
     1089             * Filters the primary link title for the 'WordPress News' dashboard widget.
    10901090             *
    10911091             * @since 2.3.0
     
    11021102
    11031103            /**
    1104              * Filter the secondary link URL for the 'WordPress News' dashboard widget.
     1104             * Filters the secondary link URL for the 'WordPress News' dashboard widget.
    11051105             *
    11061106             * @since 2.3.0
     
    11111111
    11121112            /**
    1113              * Filter the secondary feed URL for the 'WordPress News' dashboard widget.
     1113             * Filters the secondary feed URL for the 'WordPress News' dashboard widget.
    11141114             *
    11151115             * @since 2.3.0
     
    11201120
    11211121            /**
    1122              * Filter the secondary link title for the 'WordPress News' dashboard widget.
     1122             * Filters the secondary link title for the 'WordPress News' dashboard widget.
    11231123             *
    11241124             * @since 2.3.0
     
    11291129
    11301130            /**
    1131              * Filter the number of secondary link items for the 'WordPress News' dashboard widget.
     1131             * Filters the number of secondary link items for the 'WordPress News' dashboard widget.
    11321132             *
    11331133             * @since 4.4.0
     
    13561356
    13571357    /**
    1358     * Filter the notice output for the 'Browse Happy' nag meta box.
     1358    * Filters the notice output for the 'Browse Happy' nag meta box.
    13591359    *
    13601360    * @since 3.2.0
Note: See TracChangeset for help on using the changeset viewer.