mirror of
git://develop.git.wordpress.org/
synced 2025-04-08 14:13:27 +02:00
Upgrade: Add follow up ticket ID to upgrade_590()
comment.
Follow up to [52656]. Props audrasjb. See #54906. git-svn-id: https://develop.svn.wordpress.org/trunk@52662 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
63c7374827
commit
50e2499c2c
@ -2275,7 +2275,7 @@ function upgrade_590() {
|
||||
$crons = _get_cron_array();
|
||||
|
||||
if ( $crons && is_array( $crons ) ) {
|
||||
// Remove errant `false` values, see #53950.
|
||||
// Remove errant `false` values, see #53950, #54906.
|
||||
$crons = array_filter( $crons );
|
||||
_set_cron_array( $crons );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user