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:
Jonathan Desrosiers 2020-06-22 17:31:37 +00:00
parent e26394bb2d
commit 01a749217c
1 changed files with 1 additions and 1 deletions

View File

@ -835,7 +835,7 @@ function upgrade_all() {
upgrade_530();
}
if ( $wp_current_db_version < 48082 ) {
if ( $wp_current_db_version < 48121 ) {
upgrade_550();
}