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
This commit is contained in:
parent
2db9b4be18
commit
179f12066d
@ -838,7 +838,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 ( 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 see what’s new.' ), 'message' );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user