Changeset 56477
- Timestamp:
- 08/27/2023 04:47:47 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r56352 r56477 2954 2954 * @since 3.1.0 2955 2955 * 2956 * @global wpdb $wpdb WordPress database object for queries.2957 2956 * @global PasswordHash $wp_hasher Portable PHP password hashing framework instance. 2958 2957 * … … 2962 2961 */ 2963 2962 function check_password_reset_key( $key, $login ) { 2964 global $wp db, $wp_hasher;2963 global $wp_hasher; 2965 2964 2966 2965 $key = preg_replace( '/[^a-z0-9]/i', '', $key );
Note: See TracChangeset
for help on using the changeset viewer.