diff --git a/wp-admin/install.php b/wp-admin/install.php index 42f4ef1cac..545461f485 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -13,6 +13,7 @@ if (isset($_GET['step'])) $step = $_GET['step']; else $step = 0; +function display_header(){ header( 'Content-Type: text/html; charset=utf-8' ); ?> @@ -24,13 +25,17 @@ header( 'Content-Type: text/html; charset=utf-8' );
+ '.__('Already Installed').''.__('You appear to have already installed WordPress. To reinstall please clear your old database tables first.').'