diff --git a/wp-includes/cron.php b/wp-includes/cron.php index 69502a3e45..08759043a4 100644 --- a/wp-includes/cron.php +++ b/wp-includes/cron.php @@ -191,7 +191,7 @@ function wp_unschedule_event( $timestamp, $hook, $args = array() ) { } /** - * Unschedule all events attached to the hook with the specified arguments. + * Unschedules all events attached to the hook with the specified arguments. * * @since 2.1.0 * @@ -222,7 +222,7 @@ function wp_clear_scheduled_hook( $hook, $args = array() ) { } /** - * Unschedule all events attached to the hook. + * Unschedules all events attached to the hook. * * Can be useful for plugins when deactivating to clean up the cron queue. * diff --git a/wp-includes/version.php b/wp-includes/version.php index a31e108594..06373e5562 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-40969'; +$wp_version = '4.9-alpha-40970'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.