]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/options.php
Wordpress 3.3.1-scripts
[autoinstalls/wordpress.git] / wp-admin / options.php
index 069dcb90f414ac7e956b8e482ecaa477394967be..8eb283a84bfa673ff511b5276bc292c021418f0c 100644 (file)
@@ -110,7 +110,7 @@ if ( 'update' == $action ) {
        }
 
        if ( !isset( $whitelist_options[ $option_page ] ) )
-               wp_die( __( 'Error: options page not found.' ) );
+               wp_die( __( '<strong>ERROR</strong>: options page not found.' ) );
 
        if ( 'options' == $option_page ) {
                if ( is_multisite() && ! is_super_admin() )