- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r36964 r37488 79 79 80 80 /** 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. 82 82 * 83 83 * @since 3.0.0 … … 105 105 106 106 /** 107 * Filter whether to display the advanced plugins list table.107 * Filters whether to display the advanced plugins list table. 108 108 * 109 109 * There are two types of advanced plugins - must-use and drop-ins - … … 141 141 $show = current_user_can( 'manage_network_plugins' ); 142 142 /** 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. 144 144 * 145 145 * This also controls the display of inactive network-only plugins (plugins with … … 608 608 609 609 /** 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. 611 611 * 612 612 * The default action links for the Network plugins list table include … … 626 626 627 627 /** 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. 629 629 * 630 630 * The dynamic portion of the hook name, $plugin_file, refers to the path … … 646 646 647 647 /** 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. 649 649 * 650 650 * The default action links for the site plugins list table include … … 665 665 666 666 /** 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. 668 668 * 669 669 * The dynamic portion of the hook name, $plugin_file, refers to the path … … 758 758 759 759 /** 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. 761 761 * 762 762 * @since 2.8.0
Note: See TracChangeset
for help on using the changeset viewer.