Login and Registration: Clarify the message on "Lost Password" screen.
Props pbiron, Presskopp. Fixes #49346. Built from https://develop.svn.wordpress.org/trunk@47232 git-svn-id: http://core.svn.wordpress.org/trunk@47032 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c1fb007ff3
commit
02ae343849
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.4-alpha-47231';
|
$wp_version = '5.4-alpha-47232';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
|
@ -840,7 +840,7 @@ switch ( $action ) {
|
||||||
*/
|
*/
|
||||||
do_action( 'lost_password', $errors );
|
do_action( 'lost_password', $errors );
|
||||||
|
|
||||||
login_header( __( 'Lost Password' ), '<p class="message">' . __( 'Please enter your username or email address. You will receive a link to create a new password via email.' ) . '</p>', $errors );
|
login_header( __( 'Lost Password' ), '<p class="message">' . __( 'Please enter your username or email address. You will receive an email message with instructions on how to reset your password.' ) . '</p>', $errors );
|
||||||
|
|
||||||
$user_login = '';
|
$user_login = '';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue