Changeset 58975 for trunk/src/wp-includes/cron.php
- Timestamp:
- 09/03/2024 06:17:19 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/cron.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r58075 r58975 1241 1241 $cron['version'] = 2; 1242 1242 1243 $result = update_option( 'cron', $cron );1243 $result = update_option( 'cron', $cron, true ); 1244 1244 1245 1245 if ( $wp_error && ! $result ) { … … 1281 1281 $new_cron['version'] = 2; 1282 1282 1283 update_option( 'cron', $new_cron );1283 update_option( 'cron', $new_cron, true ); 1284 1284 1285 1285 return $new_cron;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)