Changeset 43367 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 06/16/2018 02:09:58 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r43363 r43367 1206 1206 } 1207 1207 1208 $hash = md5( $value . time() . mt_rand() );1208 $hash = md5( $value . time() . wp_rand() ); 1209 1209 $new_admin_email = array( 1210 1210 'hash' => $hash,
Note: See TracChangeset
for help on using the changeset viewer.