X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/96bc8e88cf39086a9e0a883b8e2c311fe82a5e97..refs/tags/wordpress-3.4-scripts:/wp-admin/options.php diff --git a/wp-admin/options.php b/wp-admin/options.php index 8eb283a8..e141995c 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -151,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() ) ) @@ -221,7 +221,5 @@ endforeach; -