]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/options-head.php
Wordpress 2.7.1-scripts
[autoinstalls/wordpress.git] / wp-admin / options-head.php
index 11d82e877221f192b544b2585dbe81e5027c24cc..14a177c3c42abdf4e5b68ed3e77472dd661bf8ad 100644 (file)
@@ -1,5 +1,17 @@
-<?php wp_reset_vars(array('action', 'standalone', 'option_group_id')); ?>
+<?php
+/**
+ * WordPress Options Header.
+ *
+ * Resets variables: 'action', 'standalone', and 'option_group_id'. Displays
+ * updated message, if updated variable is part of the URL query.
+ *
+ * @package WordPress
+ * @subpackage Administration
+ */
+
+wp_reset_vars(array('action', 'standalone', 'option_group_id'));
+?>
 
 <?php if (isset($_GET['updated'])) : ?>
-<div id="message" class="updated fade"><p><strong><?php _e('Options saved.') ?></strong></p></div>
+<div id="message" class="updated fade"><p><strong><?php _e('Settings saved.') ?></strong></p></div>
 <?php endif; ?>
\ No newline at end of file