Docs: Correct documentation for the `schedule_event` filter.

The filter runs for both recurring and single events.

See #42505.


git-svn-id: https://develop.svn.wordpress.org/trunk@44694 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Wilson 2019-01-23 23:22:23 +00:00
parent 554ee5b53c
commit ad0a1a2f82
1 changed files with 1 additions and 1 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
*