Changeset 10800 for trunk/tests/phpunit/testcases/members/functions.php
- Timestamp:
- 05/24/2016 02:34:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/members/functions.php
r9819 r10800 262 262 263 263 // Fake an old-style registration 264 $key = wp_ hash( $u_obj->ID);264 $key = wp_generate_password( 32, false ); 265 265 update_user_meta( $u, 'activation_key', $key ); 266 266 … … 296 296 297 297 // Fake an old-style registration 298 $key = wp_ hash( $u_obj->ID);298 $key = wp_generate_password( 32, false ); 299 299 update_user_meta( $u, 'activation_key', $key ); 300 300
Note: See TracChangeset
for help on using the changeset viewer.