Changes from branches/3.5/wp-includes/user.php at r23225 to trunk/wp-includes/user.php at r22386
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/user.php
r23225 r22386 1453 1453 // First, get all of the original fields 1454 1454 $user_obj = get_userdata( $ID ); 1455 if ( ! $user_obj )1456 return new WP_Error( 'invalid_user_id', __( 'Invalid user ID' ) );1457 1455 1458 1456 $user = $user_obj->to_array();
Note: See TracChangeset
for help on using the changeset viewer.