]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/options-head.php
Wordpress 3.1-scripts
[autoinstalls/wordpress.git] / wp-admin / options-head.php
index 965615fd4662b41c776751c3a5699e9914050c8b..7f2cc74d0874976b50c28d75bf4f7ce5e855ee2c 100644 (file)
 
 wp_reset_vars(array('action', 'standalone', 'option_group_id'));
 
 
 wp_reset_vars(array('action', 'standalone', 'option_group_id'));
 
+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
 settings_errors();
 
 ?>
\ No newline at end of file