Ticket #45870: 45870.diff
File 45870.diff, 336 bytes (added by , 6 years ago) |
---|
-
src/wp-cron.php
diff --git src/wp-cron.php src/wp-cron.php index d487770f71..ca478e4c46 100644
if ( empty( $crons ) ) { 76 76 die(); 77 77 } 78 78 79 $gmt_time = microtime( true ); 80 79 81 // The cron lock: a unix timestamp from when the cron was spawned. 80 82 $doing_cron_transient = get_transient( 'doing_cron' ); 81 83