Changeset 30412
- Timestamp:
- 11/20/2014 11:48:11 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r30381 r30412 1936 1936 // If the hash is still md5... 1937 1937 if ( strlen($hash) <= 32 ) { 1938 $check = ( $hash == md5($password) );1938 $check = hash_equals( $hash, md5( $password ) ); 1939 1939 if ( $check && $user_id ) { 1940 1940 // Rehash using new hash.
Note: See TracChangeset
for help on using the changeset viewer.