Changeset 38371 for trunk/src/wp-includes/user.php
- Timestamp:
- 08/26/2016 05:39:37 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/user.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r38125 r38371 2096 2096 // Now insert the key, hashed, into the DB. 2097 2097 if ( empty( $wp_hasher ) ) { 2098 require_once ABSPATH . WPINC . '/class-phpass.php';2099 2098 $wp_hasher = new PasswordHash( 8, true ); 2100 2099 } … … 2141 2140 2142 2141 if ( empty( $wp_hasher ) ) { 2143 require_once ABSPATH . WPINC . '/class-phpass.php';2144 2142 $wp_hasher = new PasswordHash( 8, true ); 2145 2143 }
Note: See TracChangeset
for help on using the changeset viewer.