Changeset 53714 for trunk/src/wp-admin/options.php
- Timestamp:
- 07/17/2022 02:16:27 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r53476 r53714 345 345 add_settings_error( 'general', 'settings_updated', __( 'Settings saved.' ), 'success' ); 346 346 } 347 set_transient( 'settings_errors', get_settings_errors(), 30 ); 347 348 set_transient( 'settings_errors', get_settings_errors(), MINUTE_IN_SECONDS / 2 ); 348 349 349 350 // Redirect back to the settings page that was submitted.
Note: See TracChangeset
for help on using the changeset viewer.