wp core update 6.6
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* @subpackage Administration
|
||||
*/
|
||||
|
||||
wp_reset_vars( array( 'action' ) );
|
||||
$action = ! empty( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : '';
|
||||
|
||||
if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) {
|
||||
// For back-compat with plugins that don't use the Settings API and just set updated=1 in the redirect.
|
||||
|
||||
Reference in New Issue
Block a user