wp core update 6.6
This commit is contained in:
@@ -99,7 +99,9 @@ class WP_MS_Themes_List_Table extends WP_List_Table {
|
||||
public function prepare_items() {
|
||||
global $status, $totals, $page, $orderby, $order, $s;
|
||||
|
||||
wp_reset_vars( array( 'orderby', 'order', 's' ) );
|
||||
$orderby = ! empty( $_REQUEST['orderby'] ) ? sanitize_text_field( $_REQUEST['orderby'] ) : '';
|
||||
$order = ! empty( $_REQUEST['order'] ) ? sanitize_text_field( $_REQUEST['order'] ) : '';
|
||||
$s = ! empty( $_REQUEST['s'] ) ? sanitize_text_field( $_REQUEST['s'] ) : '';
|
||||
|
||||
$themes = array(
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user