]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/options.php
WordPress 3.4
[autoinstalls/wordpress.git] / wp-admin / options.php
index 069dcb90f414ac7e956b8e482ecaa477394967be..e141995cef94318b960198453f72bd60ab99ca8a 100644 (file)
@@ -110,7 +110,7 @@ if ( 'update' == $action ) {
        }
 
        if ( !isset( $whitelist_options[ $option_page ] ) )
        }
 
        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() )
 
        if ( 'options' == $option_page ) {
                if ( is_multisite() && ! is_super_admin() )
@@ -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() ) )
         */
        // If no settings errors were registered add a general 'updated' message.
        if ( !count( get_settings_errors() ) )
@@ -221,7 +221,5 @@ endforeach;
   </form>
 </div>
 
   </form>
 </div>
 
-
 <?php
 include('./admin-footer.php');
 <?php
 include('./admin-footer.php');
-?>