Changeset 31124 for trunk/src/wp-admin/install.php
- Timestamp:
- 01/10/2015 05:56:45 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r31090 r31124 159 159 die( '<h1>' . __( 'Already Installed' ) . '</h1><p>' . __( 'You appear to have already installed WordPress. To reinstall please clear your old database tables first.' ) . '</p><p class="step"><a href="../wp-login.php" class="button button-large">' . __( 'Log In' ) . '</a></p></body></html>' ); 160 160 } 161 162 global $wp_version, $required_php_version, $required_mysql_version; 161 163 162 164 $php_version = phpversion();
Note: See TracChangeset
for help on using the changeset viewer.