mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Use third-person singular verbs in the summaries for wp_unschedule_hook() and wp_clear_scheduled_hook().
See #41017. git-svn-id: https://develop.svn.wordpress.org/trunk@40970 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -191,7 +191,7 @@ function wp_unschedule_event( $timestamp, $hook, $args = array() ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Unschedule all events attached to the hook with the specified arguments.
|
||||
* Unschedules all events attached to the hook with the specified arguments.
|
||||
*
|
||||
* @since 2.1.0
|
||||
*
|
||||
@@ -222,7 +222,7 @@ function wp_clear_scheduled_hook( $hook, $args = array() ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Unschedule all events attached to the hook.
|
||||
* Unschedules all events attached to the hook.
|
||||
*
|
||||
* Can be useful for plugins when deactivating to clean up the cron queue.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user