Ticket #47423: 47423.diff
File 47423.diff, 922 bytes (added by , 20 months ago) |
---|
-
src/wp-includes/user.php
1792 1792 * Does not include contact methods. These are added using `wp_get_user_contact_methods( $user )`. 1793 1793 * 1794 1794 * @since 4.4.0 1795 * @since 4.7.0 The `$locale` field was added. 1795 1796 * 1796 1797 * @param array $meta { 1797 1798 * Default meta values and keys for the user. … … 1808 1809 * not forced. 1809 1810 * @type bool $show_admin_bar_front Whether to show the admin bar on the front end for the user. 1810 1811 * Default true. 1812 * @type bool $locale User's locale. Default empty. 1811 1813 * } 1812 1814 * @param WP_User $user User object. 1813 1815 * @param bool $update Whether the user is being updated rather than created.