From 99fc7666ac2bec942a98479e538413d745d12301 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 2 Aug 2024 19:40:16 +0000 Subject: [PATCH] Docs: Improve the wording for `cron_reschedule_event_error` action description. Follow-up to [54258]. Props NekoJonez, audrasjb. See #61608. Built from https://develop.svn.wordpress.org/trunk@58842 git-svn-id: http://core.svn.wordpress.org/trunk@58238 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-cron.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.