From 179f12066dddaba1c7dea7c0aee3db291db0b799 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Wed, 27 Aug 2014 05:31:53 +0000 Subject: [PATCH] Refresh the post-update login message. Just a little older in the soul, like your faithful release lead. fixes #29388. git-svn-id: https://develop.svn.wordpress.org/trunk@29644 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-login.php b/src/wp-login.php index fdb8d4496c..b9dbd61e52 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -838,7 +838,7 @@ default: elseif ( isset($_GET['checkemail']) && 'registered' == $_GET['checkemail'] ) $errors->add('registered', __('Registration complete. Please check your e-mail.'), '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' ); + $errors->add('updated', __( 'You have successfully updated WordPress! Please log back in to see what’s new.' ), 'message' ); } /**