Changeset 48788 for trunk/src/wp-includes/class-wp-session-tokens.php
- Timestamp:
- 08/12/2020 03:03:50 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-session-tokens.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-session-tokens.php
r47122 r48788 67 67 * @return string A hash of the session token (a verifier). 68 68 */ 69 finalprivate function hash_token( $token ) {69 private function hash_token( $token ) { 70 70 // If ext/hash is not present, use sha1() instead. 71 71 if ( function_exists( 'hash' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.