replace $table with $wp_list_table. See #14651
git-svn-id: http://svn.automattic.com/wordpress/trunk@15519 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -261,9 +261,9 @@ function display_theme($theme, $actions = null, $show_details = true) {
|
||||
* @since 2.8.0
|
||||
*/
|
||||
function display_themes() {
|
||||
global $table;
|
||||
global $wp_list_table;
|
||||
|
||||
$table->display();
|
||||
$wp_list_table->display();
|
||||
}
|
||||
add_action('install_themes_search', 'display_themes');
|
||||
add_action('install_themes_featured', 'display_themes');
|
||||
|
||||
Reference in New Issue
Block a user