mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-30 20:21:37 +01:00
Docs: Fix typo in a @since
note for _get_cron_array()
.
Follow-up to [53791]. Props kebbet. See #55646, #56792. Built from https://develop.svn.wordpress.org/trunk@54504 git-svn-id: http://core.svn.wordpress.org/trunk@54063 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4abd9a1a07
commit
6b06c73cd7
@ -1146,7 +1146,7 @@ function wp_get_ready_cron_jobs() {
|
||||
* Retrieve cron info array option.
|
||||
*
|
||||
* @since 2.1.0
|
||||
* @since 6.1.0 Return type modified to consistenty return an array.
|
||||
* @since 6.1.0 Return type modified to consistently return an array.
|
||||
* @access private
|
||||
*
|
||||
* @return array[] Array of cron events.
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-RC1-54503';
|
||||
$wp_version = '6.1-RC1-54504';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user