X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/f9001779751f83dc8a10e478bfecb4d8dd5f964c..refs/tags/wordpress-3.4:/wp-admin/options.php diff --git a/wp-admin/options.php b/wp-admin/options.php index d802057f..e141995c 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -1,6 +1,6 @@ ERROR: options page not found.' ) ); if ( 'options' == $option_page ) { if ( is_multisite() && ! is_super_admin() ) @@ -147,7 +151,7 @@ if ( 'update' == $action ) { } /** - * Handle settings errors and return to options page + * Handle settings errors and return to options page */ // If no settings errors were registered add a general 'updated' message. if ( !count( get_settings_errors() ) ) @@ -217,7 +221,5 @@ endforeach; -