mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 09:07:59 +01:00
Docs: Adjust formatting for an added-parameter changelog entry in the hook doc for the cron_request
filter.
See #32246. Built from https://develop.svn.wordpress.org/trunk@36299 git-svn-id: http://core.svn.wordpress.org/trunk@36266 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2d76f3cb83
commit
383b9a44de
@ -298,7 +298,7 @@ function spawn_cron( $gmt_time = 0 ) {
|
||||
* Filter the cron request arguments.
|
||||
*
|
||||
* @since 3.5.0
|
||||
* @since 4.5.0 $doing_wp_cron was added to the filter arguments.
|
||||
* @since 4.5.0 The `$doing_wp_cron` parameter was added.
|
||||
*
|
||||
* @param array $cron_request_array {
|
||||
* An array of cron request URL arguments.
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-alpha-36298';
|
||||
$wp_version = '4.5-alpha-36299';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user