Ensure the `$wp_hasher` global has an entry in the `check_password_reset_key()` DocBlock.

Props lamosty.
Fixes #31756.


git-svn-id: https://develop.svn.wordpress.org/trunk@31883 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-03-25 16:23:15 +00:00
parent b179fe8e95
commit 821ca1e93c
1 changed files with 2 additions and 1 deletions

View File

@ -2233,7 +2233,8 @@ function wp_get_password_hint() {
* hashing process. This field is now hashed; old values are no longer accepted
* but have a different WP_Error code so good user feedback can be provided.
*
* @global wpdb $wpdb WordPress database object for queries.
* @global wpdb $wpdb WordPress database object for queries.
* @global PasswordHash $wp_hasher Portable PHP password hashing framework instance.
*
* @param string $key Hash to validate sending user's password.
* @param string $login The user login.