mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00: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:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user