Changeset 32715 for trunk/src/wp-admin/install.php
- Timestamp:
- 06/09/2015 09:59:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r32714 r32715 195 195 196 196 // Set error message if DO_NOT_UPGRADE_GLOBAL_TABLES isn't set as it will break install. 197 if ( defined( 'DO_NOT_UPGRADE_GLOBAL_TABLES' ) && true === DO_NOT_UPGRADE_GLOBAL_TABLES) {197 if ( defined( 'DO_NOT_UPGRADE_GLOBAL_TABLES' ) ) { 198 198 display_header(); 199 199 die( '<h1>' . __( 'Configuration Error' ) . '</h1><p>' . __( 'The constant DO_NOT_UPGRADE_GLOBAL_TABLES cannot be defined when installing WordPress.' ) . '</p></body></html>' );
Note: See TracChangeset
for help on using the changeset viewer.