mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Adjust formatting for an added-parameter changelog entry in the hook doc for the cron_request filter.
See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@36299 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0eed5e07d8
commit
740cab2a4b
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user