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.