X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/f9001779751f83dc8a10e478bfecb4d8dd5f964c..849f15aeed7a5e39314057bdc0064d8edd60dd7d:/wp-admin/options-head.php diff --git a/wp-admin/options-head.php b/wp-admin/options-head.php index 7f2cc74d..1c706c87 100644 --- a/wp-admin/options-head.php +++ b/wp-admin/options-head.php @@ -2,14 +2,13 @@ /** * WordPress Options Header. * - * Resets variables: 'action', 'standalone', and 'option_group_id'. Displays - * updated message, if updated variable is part of the URL query. + * Displays updated message, if updated variable is part of the URL query. * * @package WordPress * @subpackage Administration */ -wp_reset_vars(array('action', 'standalone', 'option_group_id')); +wp_reset_vars( array( 'action' ) ); if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) { // For backwards compat with plugins that don't use the Settings API and just set updated=1 in the redirect @@ -17,5 +16,3 @@ if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) { } settings_errors(); - -?> \ No newline at end of file