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. Built from https://develop.svn.wordpress.org/trunk@48305 git-svn-id: http://core.svn.wordpress.org/trunk@48074 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
722df60bcd
commit
0ba0b61ed8
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-alpha-48304';
|
||||
$wp_version = '5.5-alpha-48305';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
|
@ -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