mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user