Upgrade: Add follow up ticket ID to `upgrade_590()` comment.
Follow up to [52656]. Props audrasjb. See #54906. Built from https://develop.svn.wordpress.org/trunk@52662 git-svn-id: http://core.svn.wordpress.org/trunk@52251 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
051bd96994
commit
69e9e78cf4
|
@ -2275,7 +2275,7 @@ function upgrade_590() {
|
||||||
$crons = _get_cron_array();
|
$crons = _get_cron_array();
|
||||||
|
|
||||||
if ( $crons && is_array( $crons ) ) {
|
if ( $crons && is_array( $crons ) ) {
|
||||||
// Remove errant `false` values, see #53950.
|
// Remove errant `false` values, see #53950, #54906.
|
||||||
$crons = array_filter( $crons );
|
$crons = array_filter( $crons );
|
||||||
_set_cron_array( $crons );
|
_set_cron_array( $crons );
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.0-alpha-52661';
|
$wp_version = '6.0-alpha-52662';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue