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
This commit is contained in:
parent
90a66c7ad1
commit
99fc7666ac
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue