diff --git a/wp-cron.php b/wp-cron.php index c3161d9864..417dcce375 100644 --- a/wp-cron.php +++ b/wp-cron.php @@ -141,7 +141,7 @@ foreach ( $crons as $timestamp => $cronhooks ) { ); /** - * Fires when an error happens rescheduling a cron event. + * Fires if an error happens when rescheduling a cron event. * * @since 6.1.0 * @@ -168,7 +168,7 @@ foreach ( $crons as $timestamp => $cronhooks ) { ); /** - * Fires when an error happens unscheduling a cron event. + * Fires if an error happens when unscheduling a cron event. * * @since 6.1.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 5f37ad9d14..a286efd36a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58841'; +$wp_version = '6.7-alpha-58842'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.