Ticket #10488: 10488.diff
| File 10488.diff, 850 bytes (added by , 16 years ago) |
|---|
-
trunk/wp-admin/install.php
74 74 } 75 75 76 76 // Let's check to make sure WP isn't already installed. 77 if ( is_blog_installed() ) { display_header(); 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>');}77 if ( is_blog_installed() ) { display_header(); 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>'); } 78 78 79 79 switch($step) { 80 80 case 0: