mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 09:57:38 +01:00
General: Reference the correct database version for 5.5.0 upgrades.
Follow up to [48121]. See #50413. Built from https://develop.svn.wordpress.org/trunk@48122 git-svn-id: http://core.svn.wordpress.org/trunk@47891 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4b60af1a6a
commit
acc97eae32
@ -835,7 +835,7 @@ function upgrade_all() {
|
||||
upgrade_530();
|
||||
}
|
||||
|
||||
if ( $wp_current_db_version < 48082 ) {
|
||||
if ( $wp_current_db_version < 48121 ) {
|
||||
upgrade_550();
|
||||
}
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-alpha-48121';
|
||||
$wp_version = '5.5-alpha-48122';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user