Login and Registration: Improve the unknown username error message

The new message is more clear and makes the next step more clear to the user. 

Props dd32, SergeyBiryukov, audrasjb, desrosj, dlh, marybaum, chanthaboune, jeffpaul.
Fixes #52915.
Built from https://develop.svn.wordpress.org/trunk@51126


git-svn-id: http://core.svn.wordpress.org/trunk@50735 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2021-06-08 23:34:58 +00:00
parent 32ecbd061e
commit 37652569e4
2 changed files with 6 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-51125';
$wp_version = '5.8-alpha-51126';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.