From ca6a093af2e966dd8f2b5c183a5699ff786bec8b Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Sat, 17 Jun 2023 21:45:52 +0000 Subject: [PATCH] Upgrade/Install: Log in link should look like a link. Change the log in link that appears after completing installation so that it does not use the button styling. Links should look like links. Props xavortm, menakas, afercia, rianrietveld, johnbillion, drw158, joedolson. Fixes #40470. git-svn-id: https://develop.svn.wordpress.org/trunk@55933 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 a1f30be9a5..7c7dfe5abd 100644 --- a/src/wp-admin/install.php +++ b/src/wp-admin/install.php @@ -224,7 +224,7 @@ if ( is_blog_installed() ) { die( '

' . __( 'Already Installed' ) . '

' . '

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

' . - '

' . __( 'Log In' ) . '

' . + '

' . __( 'Log In' ) . '

' . '' ); } @@ -443,7 +443,7 @@ switch ( $step ) { -

+