Changeset 15519 for trunk/wp-admin/includes/plugin-install.php
- Timestamp:
- 08/22/2010 11:22:46 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r15491 r15519 163 163 */ 164 164 function display_plugins_table() { 165 global $ table;166 167 $ table->display();165 global $wp_list_table; 166 167 $wp_list_table->display(); 168 168 } 169 169 add_action('install_plugins_search', 'display_plugins_table');
Note: See TracChangeset
for help on using the changeset viewer.