From 2a19ad39db1b63029e8919a23215eef921f37952 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 23 Jan 2019 23:23:52 +0000 Subject: [PATCH] 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 --- wp-includes/cron.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/cron.php b/wp-includes/cron.php index 8437ad4110..dd348784b9 100644 --- a/wp-includes/cron.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 9713cb22ec..907d61f552 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.