General: Reference the correct database version for 5.5.0 upgrades.
Follow up to [48121]. See #50413. git-svn-id: https://develop.svn.wordpress.org/trunk@48122 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e26394bb2d
commit
01a749217c
@ -835,7 +835,7 @@ function upgrade_all() {
|
|||||||
upgrade_530();
|
upgrade_530();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $wp_current_db_version < 48082 ) {
|
if ( $wp_current_db_version < 48121 ) {
|
||||||
upgrade_550();
|
upgrade_550();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user