Changeset 13356
- Timestamp:
- 02/24/2010 01:58:27 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r13250 r13356 119 119 if ( is_blog_installed() ) { 120 120 display_header(); 121 die( '<h1>' . __( 'Already Installed' ) . '</h1><p>' . __( 'You appear to have already installed WordPress. To reinstall please clear your old database tables first.' ) . '</p>< /body></html>' );121 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">' . __('Log In') . '</a></p></body></html>' ); 122 122 } 123 123
Note: See TracChangeset
for help on using the changeset viewer.