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

    r37145 r37488  
    105105
    106106        /**
    107          * Filter the tabs shown on the Plugin Install screen.
     107         * Filters the tabs shown on the Plugin Install screen.
    108108         *
    109109         * @since 2.7.0
     
    115115
    116116        /**
    117          * Filter tabs not associated with a menu item on the Plugin Install screen.
     117         * Filters tabs not associated with a menu item on the Plugin Install screen.
    118118         *
    119119         * @since 2.7.0
     
    192192
    193193        /**
    194          * Filter API request arguments for each Plugin Install screen tab.
     194         * Filters API request arguments for each Plugin Install screen tab.
    195195         *
    196196         * The dynamic portion of the hook name, `$tab`, refers to the plugin install tabs.
     
    495495
    496496            /**
    497              * Filter the install action links for a plugin.
     497             * Filters the install action links for a plugin.
    498498             *
    499499             * @since 2.7.0
Note: See TracChangeset for help on using the changeset viewer.