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:
Mark Jaquith 2013-03-06 20:06:19 +00:00
parent 11b772ea05
commit 89da4c1451
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ default:
elseif ( isset($_GET['checkemail']) && 'registered' == $_GET['checkemail'] ) elseif ( isset($_GET['checkemail']) && 'registered' == $_GET['checkemail'] )
$errors->add('registered', __('Registration complete. Please check your e-mail.'), 'message'); $errors->add('registered', __('Registration complete. Please check your e-mail.'), 'message');
elseif ( $interim_login ) 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' ) ) 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' ); $errors->add('updated', __( '<strong>You have successfully updated WordPress!</strong> Please log back in to experience the awesomeness.' ), 'message' );