Users: Clean user cache in `check_password_reset_key()` tests.

Props davidbaumwald, spacedmonkey.
See #45845.
Built from https://develop.svn.wordpress.org/trunk@45717


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

View File

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