Changeset 33687
- Timestamp:
- 08/21/2015 05:32:53 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r33620 r33687 2352 2352 2353 2353 /** 2354 * Return a list of meta keys that wp_insert_user() is supposed to set. 2354 * Returns a list of meta keys to be (maybe) populated in wp_update_user(). 2355 * 2356 * Values actually keys returned via this function are dependent on the presence 2357 * of those keys in the user meta data. 2355 2358 * 2356 2359 * @since 3.3.0 … … 2358 2361 * 2359 2362 * @param WP_User $user WP_User instance. 2360 * @return array 2363 * @return array List of user keys to be populated in wp_update_user(). 2361 2364 */ 2362 2365 function _get_additional_user_keys( $user ) {
Note: See TracChangeset
for help on using the changeset viewer.