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-screen.php

    r37431 r37488  
    730730
    731731        /**
    732          * Filter the legacy contextual help list.
     732         * Filters the legacy contextual help list.
    733733         *
    734734         * @since 2.7.0
     
    744744
    745745        /**
    746          * Filter the legacy contextual help text.
     746         * Filters the legacy contextual help text.
    747747         *
    748748         * @since 2.7.0
     
    761761
    762762            /**
    763              * Filter the default legacy contextual help text.
     763             * Filters the default legacy contextual help text.
    764764             *
    765765             * @since 2.8.0
     
    850850
    851851        /**
    852          * Filter the array of screen layout columns.
     852         * Filters the array of screen layout columns.
    853853         *
    854854         * This hook provides back-compat for plugins using the back-compat
    855          * filter instead of add_screen_option().
     855         * Filters instead of add_screen_option().
    856856         *
    857857         * @since 2.8.0
     
    930930
    931931        /**
    932          * Filter the screen settings text displayed in the Screen Options tab.
     932         * Filters the screen settings text displayed in the Screen Options tab.
    933933         *
    934934         * This filter is currently only used on the Widgets screen to enable
     
    946946
    947947        /**
    948          * Filter whether to show the Screen Options tab.
     948         * Filters whether to show the Screen Options tab.
    949949         *
    950950         * @since 3.2.0
     
    996996
    997997        /**
    998          * Filter whether to show the Screen Options submit button.
     998         * Filters whether to show the Screen Options submit button.
    999999         *
    10001000         * @since 4.4.0
     
    12051205
    12061206        /**
    1207          * Filter the post types that have different view mode options.
     1207         * Filters the post types that have different view mode options.
    12081208         *
    12091209         * @since 4.4.0
Note: See TracChangeset for help on using the changeset viewer.