Changeset 34266 for trunk/src/wp-includes/user-functions.php
- Timestamp:
- 09/17/2015 02:34:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user-functions.php
r34251 r34266 1452 1452 * Default true. 1453 1453 * } 1454 * @param WP_User $user User object. 1454 * @param WP_User $user User object. 1455 * @param bool $update Whether the user is being updated rather than created. 1455 1456 */ 1456 $meta = apply_filters( 'insert_user_meta', $meta, $user );1457 $meta = apply_filters( 'insert_user_meta', $meta, $user, $update ); 1457 1458 1458 1459 // Update user meta.
Note: See TracChangeset
for help on using the changeset viewer.