From 36a1e543d6e172f1ae4daca2da3e360fdece8e56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Wed, 27 Aug 2014 05:32:18 +0000 Subject: [PATCH] Refresh the post-update login message. Just a little older in the soul, like your faithful release lead. fixes #29388. Built from https://develop.svn.wordpress.org/trunk@29644 git-svn-id: http://core.svn.wordpress.org/trunk@29418 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 fdb8d4496c..b9dbd61e52 100644 --- a/wp-login.php +++ b/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' ); } /**