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:
Peter Wilson 2022-02-02 23:20:29 +00:00
parent 63c7374827
commit 50e2499c2c

View File

@ -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 );
}