Changeset 40387 for trunk/src/wp-includes/user.php
- Timestamp:
- 04/06/2017 06:00:16 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
r39600 r40387 2122 2122 // Now insert the key, hashed, into the DB. 2123 2123 if ( empty( $wp_hasher ) ) { 2124 require_once ABSPATH . WPINC . '/class-phpass.php'; 2124 2125 $wp_hasher = new PasswordHash( 8, true ); 2125 2126 } … … 2166 2167 2167 2168 if ( empty( $wp_hasher ) ) { 2169 require_once ABSPATH . WPINC . '/class-phpass.php'; 2168 2170 $wp_hasher = new PasswordHash( 8, true ); 2169 2171 }
Note: See TracChangeset
for help on using the changeset viewer.