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:
Sergey Biryukov 2022-10-12 11:53:15 +00:00
parent 4abd9a1a07
commit 6b06c73cd7
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.