Cron API: Correct the documented type and value of the $doing_wp_cron variable.
See #63166 Built from https://develop.svn.wordpress.org/trunk@60653 git-svn-id: http://core.svn.wordpress.org/trunk@59989 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -940,7 +940,7 @@ function spawn_cron( $gmt_time = 0 ) {
|
||||
* An array of cron request URL arguments.
|
||||
*
|
||||
* @type string $url The cron request URL.
|
||||
* @type int $key The 22 digit GMT microtime.
|
||||
* @type string $key The Unix timestamp (UTC) of the cron lock with microseconds.
|
||||
* @type array $args {
|
||||
* An array of cron request arguments.
|
||||
*
|
||||
@@ -949,7 +949,7 @@ function spawn_cron( $gmt_time = 0 ) {
|
||||
* @type bool $sslverify Whether SSL should be verified for the request. Default false.
|
||||
* }
|
||||
* }
|
||||
* @param string $doing_wp_cron The Unix timestamp (UTC) of the cron lock.
|
||||
* @param string $doing_wp_cron The Unix timestamp (UTC) of the cron lock with microseconds.
|
||||
*/
|
||||
$cron_request = apply_filters(
|
||||
'cron_request',
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.9-alpha-60652';
|
||||
$wp_version = '6.9-alpha-60653';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user