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

    r36964 r37488  
    7979
    8080        /**
    81          * Filters the full array of plugins to list in the Plugins list table.
     81         * Filterss the full array of plugins to list in the Plugins list table.
    8282         *
    8383         * @since 3.0.0
     
    105105
    106106            /**
    107              * Filter whether to display the advanced plugins list table.
     107             * Filters whether to display the advanced plugins list table.
    108108             *
    109109             * There are two types of advanced plugins - must-use and drop-ins -
     
    141141            $show = current_user_can( 'manage_network_plugins' );
    142142            /**
    143              * Filter whether to display network-active plugins alongside plugins active for the current site.
     143             * Filters whether to display network-active plugins alongside plugins active for the current site.
    144144             *
    145145             * This also controls the display of inactive network-only plugins (plugins with
     
    608608
    609609            /**
    610              * Filter the action links displayed for each plugin in the Network Admin Plugins list table.
     610             * Filters the action links displayed for each plugin in the Network Admin Plugins list table.
    611611             *
    612612             * The default action links for the Network plugins list table include
     
    626626
    627627            /**
    628              * Filter the list of action links displayed for a specific plugin in the Network Admin Plugins list table.
     628             * Filters the list of action links displayed for a specific plugin in the Network Admin Plugins list table.
    629629             *
    630630             * The dynamic portion of the hook name, $plugin_file, refers to the path
     
    646646
    647647            /**
    648              * Filter the action links displayed for each plugin in the Plugins list table.
     648             * Filters the action links displayed for each plugin in the Plugins list table.
    649649             *
    650650             * The default action links for the site plugins list table include
     
    665665
    666666            /**
    667              * Filter the list of action links displayed for a specific plugin in the Plugins list table.
     667             * Filters the list of action links displayed for a specific plugin in the Plugins list table.
    668668             *
    669669             * The dynamic portion of the hook name, $plugin_file, refers to the path
     
    758758
    759759                    /**
    760                      * Filter the array of row meta for each plugin in the Plugins list table.
     760                     * Filters the array of row meta for each plugin in the Plugins list table.
    761761                     *
    762762                     * @since 2.8.0
Note: See TracChangeset for help on using the changeset viewer.