Make WordPress Core


Ignore:
Timestamp:
03/25/2015 04:23:15 PM (10 years ago)
Author:
DrewAPicture
Message:

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

Props lamosty.
Fixes #31756.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r31871 r31883  
    22342234 * but have a different WP_Error code so good user feedback can be provided.
    22352235 *
    2236  * @global wpdb $wpdb WordPress database object for queries.
     2236 * @global wpdb         $wpdb      WordPress database object for queries.
     2237 * @global PasswordHash $wp_hasher Portable PHP password hashing framework instance.
    22372238 *
    22382239 * @param string $key       Hash to validate sending user's password.
Note: See TracChangeset for help on using the changeset viewer.