Changeset 21959
- Timestamp:
- 09/23/2012 07:36:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-xmlrpc-server.php
r21936 r21959 2164 2164 * - string $username 2165 2165 * - string $password 2166 * - int $user_id2167 2166 * - array $content_struct 2168 2167 * It can optionally contain: … … 2206 2205 $user_data['last_name'] = $content_struct['last_name']; 2207 2206 2208 if ( isset( $content_struct[' website'] ) )2209 $user_data['user_url'] = $content_struct[' website'];2207 if ( isset( $content_struct['url'] ) ) 2208 $user_data['user_url'] = $content_struct['url']; 2210 2209 2211 2210 if ( isset( $content_struct['display_name'] ) )
Note: See TracChangeset
for help on using the changeset viewer.