mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Miscellaneous docblock improvements.
See #53399 git-svn-id: https://develop.svn.wordpress.org/trunk@51955 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1040,7 +1040,7 @@ function _wp_cron() {
|
||||
* @since 2.1.0
|
||||
* @since 5.4.0 The 'weekly' schedule was added.
|
||||
*
|
||||
* @return array
|
||||
* @return array[]
|
||||
*/
|
||||
function wp_get_schedules() {
|
||||
$schedules = array(
|
||||
@@ -1067,7 +1067,7 @@ function wp_get_schedules() {
|
||||
*
|
||||
* @since 2.1.0
|
||||
*
|
||||
* @param array $new_schedules An array of non-default cron schedules. Default empty.
|
||||
* @param array[] $new_schedules An array of non-default cron schedule arrays. Default empty.
|
||||
*/
|
||||
return array_merge( apply_filters( 'cron_schedules', array() ), $schedules );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user