Unhyphenate "log-in". see #23295
git-svn-id: https://develop.svn.wordpress.org/trunk@23625 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
11b772ea05
commit
89da4c1451
@ -659,7 +659,7 @@ default:
|
||||
elseif ( isset($_GET['checkemail']) && 'registered' == $_GET['checkemail'] )
|
||||
$errors->add('registered', __('Registration complete. Please check your e-mail.'), 'message');
|
||||
elseif ( $interim_login )
|
||||
$errors->add('expired', __('Please log-in again. You will not move away from this page.'), 'message');
|
||||
$errors->add('expired', __('Please log in again. You will not move away from this page.'), 'message');
|
||||
elseif ( strpos( $redirect_to, 'about.php?updated' ) )
|
||||
$errors->add('updated', __( '<strong>You have successfully updated WordPress!</strong> Please log back in to experience the awesomeness.' ), 'message' );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user