Changeset 30414
- Timestamp:
- 11/20/2014 12:01:29 PM (9 years ago)
- Location:
- branches/3.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9
-
branches/3.9/src/wp-includes/pluggable.php
r29408 r30414 1870 1870 // If the hash is still md5... 1871 1871 if ( strlen($hash) <= 32 ) { 1872 $check = ( $hash == md5($password) );1872 $check = hash_equals( $hash, md5( $password ) ); 1873 1873 if ( $check && $user_id ) { 1874 1874 // Rehash using new hash.
Note: See TracChangeset
for help on using the changeset viewer.