From af607a83a6b0e9040f7a87dd9e10023d531f768c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 12 Oct 2022 11:51:18 +0000 Subject: [PATCH] Docs: Fix typo in a `@since` note for `_get_cron_array()`. Follow-up to [53791]. Props kebbet. See #55646, #56792. git-svn-id: https://develop.svn.wordpress.org/trunk@54504 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/cron.php b/src/wp-includes/cron.php index 0c4e1acd3c..8660e32267 100644 --- a/src/wp-includes/cron.php +++ b/src/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.