Changeset 42343 for trunk/src/wp-admin/options-head.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-head.php
r42201 r42343 13 13 if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) { 14 14 // For back-compat with plugins that don't use the Settings API and just set updated=1 in the redirect. 15 add_settings_error( 'general', 'settings_updated', __('Settings saved.'), 'updated');15 add_settings_error( 'general', 'settings_updated', __( 'Settings saved.' ), 'updated' ); 16 16 } 17 17
Note: See TracChangeset
for help on using the changeset viewer.