Changeset 43367 for trunk/src/wp-includes/user.php
- Timestamp:
- 06/16/2018 02:09:58 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r43353 r43367 2727 2727 } 2728 2728 2729 $hash = md5( $_POST['email'] . time() . mt_rand() );2729 $hash = md5( $_POST['email'] . time() . wp_rand() ); 2730 2730 $new_user_email = array( 2731 2731 'hash' => $hash,
Note: See TracChangeset
for help on using the changeset viewer.