Skip to content

Commit fc3c4ef

Browse files
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: https://core.svn.wordpress.org/trunk@58238 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent 3bd9754 commit fc3c4ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

wp-cron.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function _get_cron_lock() {
141141
);
142142

143143
/**
144-
* Fires when an error happens rescheduling a cron event.
144+
* Fires if an error happens when rescheduling a cron event.
145145
*
146146
* @since 6.1.0
147147
*
@@ -168,7 +168,7 @@ function _get_cron_lock() {
168168
);
169169

170170
/**
171-
* Fires when an error happens unscheduling a cron event.
171+
* Fires if an error happens when unscheduling a cron event.
172172
*
173173
* @since 6.1.0
174174
*

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '6.7-alpha-58841';
19+
$wp_version = '6.7-alpha-58842';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)