Fix an incorrect version number check in [32378].
See #32099. git-svn-id: https://develop.svn.wordpress.org/trunk@32379 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ca11cafb07
commit
9e12deeb9c
@ -1595,7 +1595,7 @@ function upgrade_network() {
|
||||
}
|
||||
|
||||
// 4.3
|
||||
if ( $wp_current_db_version < 31378 && 'utf8mb4' === $wpdb->charset ) {
|
||||
if ( $wp_current_db_version < 32378 && 'utf8mb4' === $wpdb->charset ) {
|
||||
if ( ! ( defined( 'DO_NOT_UPGRADE_GLOBAL_TABLES' ) && DO_NOT_UPGRADE_GLOBAL_TABLES ) ) {
|
||||
$upgrade = false;
|
||||
$indexes = $wpdb->get_results( "SHOW INDEXES FROM $wpdb->signups" );
|
||||
|
Loading…
Reference in New Issue
Block a user