From 3fcf3e1134d6b833e99e29789d9d92da69fed6eb Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Wed, 6 Mar 2013 20:06:19 +0000 Subject: [PATCH] Unhyphenate "log-in". see #23295 git-svn-id: http://core.svn.wordpress.org/trunk@23625 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-login.php b/wp-login.php index 035ca66144..10ff47bd39 100644 --- a/wp-login.php +++ b/wp-login.php @@ -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', __( 'You have successfully updated WordPress! Please log back in to experience the awesomeness.' ), 'message' );