From 5302cd651411b61e078d25e7f4e37004abac8695 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 10 Feb 2020 03:48:45 +0000 Subject: [PATCH] Login and Registration: Clarify the message on "Lost Password" screen. Props pbiron, Presskopp. Fixes #49346. git-svn-id: https://develop.svn.wordpress.org/trunk@47232 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-login.php b/src/wp-login.php index 096a2d4b4c..0b552ef326 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -840,7 +840,7 @@ switch ( $action ) { */ do_action( 'lost_password', $errors ); - login_header( __( 'Lost Password' ), '

' . __( 'Please enter your username or email address. You will receive a link to create a new password via email.' ) . '

', $errors ); + login_header( __( 'Lost Password' ), '

' . __( 'Please enter your username or email address. You will receive an email message with instructions on how to reset your password.' ) . '

', $errors ); $user_login = '';