Changeset 56553
- Timestamp:
- 09/11/2023 05:25:41 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r56414 r56553 864 864 * this lock attempts to make spawning as atomic as possible. 865 865 */ 866 $lock = get_transient( 'doing_cron' );866 $lock = (float) get_transient( 'doing_cron' ); 867 867 868 868 if ( $lock > $gmt_time + 10 * MINUTE_IN_SECONDS ) {
Note: See TracChangeset
for help on using the changeset viewer.