Docs: Correct documentation for the schedule_event filter.

The filter runs for both recurring and single events.

See #42505.

Built from https://develop.svn.wordpress.org/trunk@44694


git-svn-id: http://core.svn.wordpress.org/trunk@44525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2019-01-23 23:23:52 +00:00
parent 6f337d1195
commit 2a19ad39db
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ function wp_schedule_single_event( $timestamp, $hook, $args = array() ) {
}
/**
* Filters a single event before it is scheduled.
* Modify an event before it is scheduled.
*
* @since 3.1.0
*

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-beta2-44693';
$wp_version = '5.1-beta2-44694';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.