Changeset 37431 for trunk/src/wp-admin/options-head.php
- Timestamp:
- 05/13/2016 06:40:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-head.php
r23567 r37431 12 12 13 13 if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) { 14 // For back wards compat with plugins that don't use the Settings API and just set updated=1 in the redirect14 // For back-compat with plugins that don't use the Settings API and just set updated=1 in the redirect. 15 15 add_settings_error('general', 'settings_updated', __('Settings saved.'), 'updated'); 16 16 }
Note: See TracChangeset
for help on using the changeset viewer.