Changeset 34909
- Timestamp:
- 10/07/2015 02:29:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r34885 r34909 473 473 474 474 case 'postpass' : 475 if ( ! array_key_exists( 'post_password', $_POST ) ) { 476 wp_safe_redirect( wp_get_referer() ); 477 exit(); 478 } 479 475 480 require_once ABSPATH . WPINC . '/class-phpass.php'; 476 481 $hasher = new PasswordHash( 8, true );
Note: See TracChangeset
for help on using the changeset viewer.