mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Another pass at some inline docs fixes mostly made by PHPCBF.
See #49572, #50744 git-svn-id: https://develop.svn.wordpress.org/trunk@48590 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -851,7 +851,7 @@ function wp_get_schedules() {
|
||||
* @since 5.1.0 {@see 'get_schedule'} filter added.
|
||||
*
|
||||
* @param string $hook Action hook to identify the event.
|
||||
* @param array $args Optional. Arguments passed to the event's callback function.
|
||||
* @param array $args Optional. Arguments passed to the event's callback function.
|
||||
* @return string|false False, if no schedule. Schedule name on success.
|
||||
*/
|
||||
function wp_get_schedule( $hook, $args = array() ) {
|
||||
|
||||
Reference in New Issue
Block a user