]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/options.php
WordPress 3.4
[autoinstalls/wordpress.git] / wp-admin / options.php
index 8eb283a84bfa673ff511b5276bc292c021418f0c..e141995cef94318b960198453f72bd60ab99ca8a 100644 (file)
@@ -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');
-?>