diff --git a/wp-includes/version.php b/wp-includes/version.php index d427acb75a..f6a3b1ddb9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @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. diff --git a/wp-login.php b/wp-login.php index 096a2d4b4c..0b552ef326 100644 --- a/wp-login.php +++ b/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 = '';