Changeset 28903 for trunk/src/wp-login.php
- Timestamp:
- 06/29/2014 10:11:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r28896 r28903 349 349 // Now insert the key, hashed, into the DB. 350 350 if ( empty( $wp_hasher ) ) { 351 require_once ABSPATH . 'wp-includes/class-phpass.php';351 require_once ABSPATH . WPINC . '/class-phpass.php'; 352 352 $wp_hasher = new PasswordHash( 8, true ); 353 353 } … … 451 451 452 452 case 'postpass' : 453 require_once ABSPATH . 'wp-includes/class-phpass.php';453 require_once ABSPATH . WPINC . '/class-phpass.php'; 454 454 $hasher = new PasswordHash( 8, true ); 455 455
Note: See TracChangeset
for help on using the changeset viewer.