wp core update 6.6
This commit is contained in:
@@ -36,7 +36,8 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table {
|
||||
require ABSPATH . 'wp-admin/includes/theme-install.php';
|
||||
|
||||
global $tabs, $tab, $paged, $type, $theme_field_defaults;
|
||||
wp_reset_vars( array( 'tab' ) );
|
||||
|
||||
$tab = ! empty( $_REQUEST['tab'] ) ? sanitize_text_field( $_REQUEST['tab'] ) : '';
|
||||
|
||||
$search_terms = array();
|
||||
$search_string = '';
|
||||
|
||||
Reference in New Issue
Block a user