Users: Replace raw SQL query in check_password_reset_key() with get_user_by().

Props davidbaumwald, iworks, spacedmonkey.
Fixes #45845.
Built from https://develop.svn.wordpress.org/trunk@45716


git-svn-id: http://core.svn.wordpress.org/trunk@45527 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-08-01 19:19:55 +00:00
parent ee5e044a2a
commit 65420d3c7a
2 changed files with 10 additions and 9 deletions

View File

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