Changes in trunk/wp-admin/options-head.php [16706:13177]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-head.php
r16706 r13177 12 12 wp_reset_vars(array('action', 'standalone', 'option_group_id')); 13 13 14 if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) {15 // For backwards compat with plugins that don't use the Settings API and just set updated=1 in the redirect16 add_settings_error('general', 'settings_updated', __('Settings saved.'), 'updated');17 }18 19 14 settings_errors(); 20 15
Note: See TracChangeset
for help on using the changeset viewer.