Changeset 25978 for trunk/src/wp-includes/user.php
- Timestamp:
- 10/29/2013 02:31:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r25929 r25978 1259 1259 * Insert an user into the database. 1260 1260 * 1261 * Can update a current user or insert a new user based on whether the user's ID1262 * is present.1263 *1264 * Can be used to update the user's info (see below), set the user's role, and1265 * set the user's preference on whether they want the rich editor on.1266 *1267 1261 * Most of the $userdata array fields have filters associated with the values. 1268 1262 * The exceptions are 'rich_editing', 'role', 'jabber', 'aim', 'yim', … … 1457 1451 * @since 2.0.0 1458 1452 * @see wp_insert_user() For what fields can be set in $userdata 1459 * @uses wp_insert_user() Used to update existing user or add new one if user doesn't exist already1460 1453 * 1461 1454 * @param mixed $userdata An array of user data or a user object of type stdClass or WP_User.
Note: See TracChangeset
for help on using the changeset viewer.