Changes from branches/4.0/src/wp-includes/session.php at r29761 to trunk/src/wp-includes/session.php at r29635
- File:
-
- 1 edited
-
trunk/src/wp-includes/session.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/session.php
r29761 r29635 62 62 */ 63 63 final private function hash_token( $token ) { 64 // If ext/hash is not present, use sha1() instead. 65 if ( function_exists( 'hash' ) ) { 66 return hash( 'sha256', $token ); 67 } else { 68 return sha1( $token ); 69 } 64 return hash( 'sha256', $token ); 70 65 } 71 66
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)