From ad0a1a2f8280bb421d36a0f1080080e7c0f7c6d8 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 23 Jan 2019 23:22:23 +0000 Subject: [PATCH] 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 --- src/wp-includes/cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/cron.php b/src/wp-includes/cron.php index 8437ad4110..dd348784b9 100644 --- a/src/wp-includes/cron.php +++ b/src/wp-includes/cron.php @@ -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 *