Changeset 32904 for trunk/tests/phpunit/tests/user.php
- Timestamp:
- 06/22/2015 08:43:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user.php
r31963 r32904 309 309 $user_data = array( 'ID' => $user_id, 'use_ssl' => 1, 'show_admin_bar_front' => 1, 310 310 'rich_editing' => 1, 'first_name' => 'first', 'last_name' => 'last', 311 'nickname' => 'nick', 'comment_shortcuts' => 1, 'admin_color' => 'classic',311 'nickname' => 'nick', 'comment_shortcuts' => 'true', 'admin_color' => 'classic', 312 312 'description' => 'describe' ); 313 313 wp_update_user( $user_data );
Note: See TracChangeset
for help on using the changeset viewer.