Changeset 10800 for trunk/src/bp-settings/bp-settings-actions.php
- Timestamp:
- 05/24/2016 02:34:37 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-settings/bp-settings-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-settings/bp-settings-actions.php
r10498 r10800 95 95 // Store a hash to enable email validation. 96 96 if ( false === $email_error ) { 97 $hash = wp_ hash( $_POST['email']);97 $hash = wp_generate_password( 32, false ); 98 98 99 99 $pending_email = array(
Note: See TracChangeset
for help on using the changeset viewer.