mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
replace $table with $wp_list_table. See #14651
git-svn-id: https://develop.svn.wordpress.org/trunk@15519 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -162,9 +162,9 @@ add_action('install_plugins_upload', 'install_plugins_upload', 10, 1);
|
||||
* @param int $total_plugins Number of plugins.
|
||||
*/
|
||||
function display_plugins_table() {
|
||||
global $table;
|
||||
global $wp_list_table;
|
||||
|
||||
$table->display();
|
||||
$wp_list_table->display();
|
||||
}
|
||||
add_action('install_plugins_search', 'display_plugins_table');
|
||||
add_action('install_plugins_featured', 'display_plugins_table');
|
||||
|
||||
Reference in New Issue
Block a user