Changeset 5385 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions-registration.php
- Timestamp:
- 04/20/2017 09:42:51 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions-registration.php
r5143 r5385 45 45 $activation_key = wp_generate_password( 24, false, false ); 46 46 if ( empty( $wp_hasher ) ) { 47 require_once ABSPATH . WPINC . '/class-phpass.php'; 47 48 $wp_hasher = new PasswordHash( 8, true ); 48 49 }
Note: See TracChangeset
for help on using the changeset viewer.