]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/options-head.php
Wordpress 3.3.1-scripts
[autoinstalls/wordpress.git] / wp-admin / options-head.php
index 14a177c3c42abdf4e5b68ed3e77472dd661bf8ad..7f2cc74d0874976b50c28d75bf4f7ce5e855ee2c 100644 (file)
  */
 
 wp_reset_vars(array('action', 'standalone', 'option_group_id'));
-?>
 
-<?php if (isset($_GET['updated'])) : ?>
-<div id="message" class="updated fade"><p><strong><?php _e('Settings saved.') ?></strong></p></div>
-<?php endif; ?>
\ No newline at end of file
+if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) {
+       // For backwards compat with plugins that don't use the Settings API and just set updated=1 in the redirect
+       add_settings_error('general', 'settings_updated', __('Settings saved.'), 'updated');
+}
+
+settings_errors();
+
+?>
\ No newline at end of file