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

    r37485 r37488  
    8787
    8888        /**
    89          * Filter the taxonomy terms checklist arguments.
     89         * Filters the taxonomy terms checklist arguments.
    9090         *
    9191         * @since 3.4.0
     
    355355        global $wp_list_table;
    356356        /**
    357          * Filter the in-line comment reply-to form output in the Comments
     357         * Filters the in-line comment reply-to form output in the Comments
    358358         * list table.
    359359         *
     
    583583
    584584        /**
    585          * Filter values for the meta key dropdown in the Custom Fields meta box.
     585         * Filters values for the meta key dropdown in the Custom Fields meta box.
    586586         *
    587587         * Returning a non-null value will effectively short-circuit and avoid a
     
    597597        if ( null === $keys ) {
    598598                /**
    599                  * Filter the number of custom fields to retrieve for the drop-down
     599                 * Filters the number of custom fields to retrieve for the drop-down
    600600                 * in the Custom Fields meta box.
    601601                 *
     
    844844
    845845        /**
    846          * Filter the maximum allowed upload size for import files.
     846         * Filters the maximum allowed upload size for import files.
    847847         *
    848848         * @since 2.3.0
     
    17131713
    17141714        /**
    1715          * Filter the default post display states used in the posts list table.
     1715         * Filters the default post display states used in the posts list table.
    17161716         *
    17171717         * @since 2.8.0
     
    17641764
    17651765        /**
    1766          * Filter the default media display states for items in the Media list table.
     1766         * Filters the default media display states for items in the Media list table.
    17671767         *
    17681768         * @since 3.2.0
Note: See TracChangeset for help on using the changeset viewer.