From 6b06c73cd7b8af0e0b92a19b0bad370a5747750c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 12 Oct 2022 11:53:15 +0000 Subject: [PATCH] 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 --- wp-includes/cron.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/cron.php b/wp-includes/cron.php index 0c4e1acd3c..8660e32267 100644 --- a/wp-includes/cron.php +++ b/wp-includes/cron.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index f2832ed631..fb079abe97 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.