Changeset 54113 for trunk/src/wp-admin/options.php
- Timestamp:
- 09/09/2022 08:14:43 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r53714 r54113 346 346 } 347 347 348 set_transient( 'settings_errors', get_settings_errors(), MINUTE_IN_SECONDS / 2 );348 set_transient( 'settings_errors', get_settings_errors(), 30 ); // 30 seconds. 349 349 350 350 // Redirect back to the settings page that was submitted.
Note: See TracChangeset
for help on using the changeset viewer.