Changeset 43368 for branches/4.9/src/wp-admin/includes/misc.php
- Timestamp:
- 06/16/2018 02:12:55 PM (5 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/misc.php
r43364 r43368 1159 1159 } 1160 1160 1161 $hash = md5( $value . time() . mt_rand() );1161 $hash = md5( $value . time() . wp_rand() ); 1162 1162 $new_admin_email = array( 1163 1163 'hash' => $hash,
Note: See TracChangeset
for help on using the changeset viewer.