Changeset 59798 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 02/10/2025 02:59:02 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r58928 r59798 1048 1048 ); 1049 1049 1050 // Remove the cron event since Recovery Mode is not used in Multisite. 1051 if ( wp_next_scheduled( 'recovery_mode_clean_expired_keys' ) ) { 1052 wp_clear_scheduled_hook( 'recovery_mode_clean_expired_keys' ); 1053 } 1054 1050 1055 /* 1051 1056 * When upgrading from single to multisite, assume the current site will
Note: See TracChangeset
for help on using the changeset viewer.