mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +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:
@@ -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