Cron: Remove errant false values in cron array when upgrading to 5.9+.

[51916] fixed a bug where `array( `false` )` was added to the cron array when `_get_cron_array()` returned `false`. 

This commit:
* Removes any `false` values from the cron array when upgrading to 5.9+.
* Bumps the database version.

Follow-up to [44917], [51916].

Props peterwilsoncc, jrf.
See #53950.

git-svn-id: https://develop.svn.wordpress.org/trunk@51917 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Tonya Mork
2021-10-18 13:29:47 +00:00
parent 94fb97347f
commit ac18b68a32
2 changed files with 22 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ $wp_version = '5.9-alpha-51272-src';
*
* @global int $wp_db_version
*/
$wp_db_version = 49752;
$wp_db_version = 51917;
/**
* Holds the TinyMCE version.