Skip to content

Commit da0f44f

Browse files
Docs: Improve the wording for cron_reschedule_event_error action description.
Follow-up to [54258]. Props NekoJonez, audrasjb. See #61608. git-svn-id: https://develop.svn.wordpress.org/trunk@58842 602fd350-edb4-49c9-b593-d223f7449a82
1 parent a799101 commit da0f44f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-cron.php

+2-2
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
*

0 commit comments

Comments
 (0)