mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Docs: Use third-person singular verbs in the summaries for wp_unschedule_hook()
and wp_clear_scheduled_hook()
.
See #41017. Built from https://develop.svn.wordpress.org/trunk@40970 git-svn-id: http://core.svn.wordpress.org/trunk@40820 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
36759db92e
commit
b13aa27cf4
@ -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
|
* @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.
|
* Can be useful for plugins when deactivating to clean up the cron queue.
|
||||||
*
|
*
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.9-alpha-40969';
|
$wp_version = '4.9-alpha-40970';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user