Changeset 45818 for trunk/src/wp-admin/options-head.php
- Timestamp:
- 08/16/2019 12:38:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-head.php
r42343 r45818 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.' ), 'success' ); 16 16 } 17 17
Note: See TracChangeset
for help on using the changeset viewer.