Login and Registration: Set a more appropriate page title for the "check your email" step of new user registration or password reset.
Follow-up to [48304]. See #40605, #41514. git-svn-id: https://develop.svn.wordpress.org/trunk@48305 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
319f864625
commit
83f8654283
@ -506,8 +506,8 @@ $default_actions = array(
|
||||
'rp',
|
||||
'register',
|
||||
'checkemail',
|
||||
'login',
|
||||
'confirmaction',
|
||||
'login',
|
||||
WP_Recovery_Mode_Link_Service::LOGIN_ACTION_ENTERED,
|
||||
);
|
||||
|
||||
@ -1164,7 +1164,7 @@ switch ( $action ) {
|
||||
/** This action is documented in wp-login.php */
|
||||
$errors = apply_filters( 'wp_login_errors', $errors, $redirect_to );
|
||||
|
||||
login_header( __( 'Log In' ), '', $errors );
|
||||
login_header( __( 'Check your email' ), '', $errors );
|
||||
login_footer();
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user