From dc7d968b197760d2541058a6dbeee624bde00e15 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sun, 20 Sep 2015 16:53:32 +0000 Subject: [PATCH] Implement some more uses of `wp_login_url()` in places where wp-login.php is hard-coded. See #31495 git-svn-id: https://develop.svn.wordpress.org/trunk@34358 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/install.php b/src/wp-admin/install.php index 08da49a0d4..90ed449e4a 100644 --- a/src/wp-admin/install.php +++ b/src/wp-admin/install.php @@ -190,7 +190,7 @@ function display_setup_form( $error = null ) { // Let's check to make sure WP isn't already installed. if ( is_blog_installed() ) { display_header(); - die( '

' . __( 'Already Installed' ) . '

' . __( 'You appear to have already installed WordPress. To reinstall please clear your old database tables first.' ) . '

' . __( 'Log In' ) . '

' ); + die( '

' . __( 'Already Installed' ) . '

' . __( 'You appear to have already installed WordPress. To reinstall please clear your old database tables first.' ) . '

' . __( 'Log In' ) . '

' ); } /** @@ -341,7 +341,7 @@ switch($step) { -

+