Cron: Fix undefined variable notice.

Restore `$gmt_time` variable removed in error from [44483].

Props afragen.
Fixes #45870.



git-svn-id: https://develop.svn.wordpress.org/trunk@44505 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Wilson 2019-01-09 08:36:07 +00:00
parent e5b5db9e23
commit f3b7b7f966
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ if ( empty( $crons ) ) {
die();
}
$gmt_time = microtime( true );
// The cron lock: a unix timestamp from when the cron was spawned.
$doing_cron_transient = get_transient( 'doing_cron' );