Ticket #31549: 31549.5.diff
File 31549.5.diff, 634 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/user-functions.php
1452 1452 * Default true. 1453 1453 * } 1454 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. 1459 1460 foreach ( $meta as $key => $value ) {