diff --git a/wp-admin/install.php b/wp-admin/install.php index 6858661662..5efebee602 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -194,7 +194,7 @@ if ( ! is_string( $wpdb->base_prefix ) || '' === $wpdb->base_prefix ) { } // Set error message if DO_NOT_UPGRADE_GLOBAL_TABLES isn't set as it will break install. -if ( defined( 'DO_NOT_UPGRADE_GLOBAL_TABLES' ) && true === DO_NOT_UPGRADE_GLOBAL_TABLES ) { +if ( defined( 'DO_NOT_UPGRADE_GLOBAL_TABLES' ) ) { display_header(); die( '
' . __( 'The constant DO_NOT_UPGRADE_GLOBAL_TABLES cannot be defined when installing WordPress.' ) . '