Changeset 32025
- Timestamp:
- 04/05/2015 02:43:57 PM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/user.php
r30202 r32025 258 258 * Remove user and optionally reassign posts and links to another user. 259 259 * 260 * If the $reassign parameter is not assigned to a nUser ID, then all posts will260 * If the $reassign parameter is not assigned to a User ID, then all posts will 261 261 * be deleted of that user. The action 'delete_user' that is passed the User ID 262 262 * being deleted will be run after the posts are either reassigned or deleted. -
trunk/src/wp-includes/user.php
r32001 r32025 1745 1745 1746 1746 /** 1747 * Checks whether a nusername is valid.1747 * Checks whether a username is valid. 1748 1748 * 1749 1749 * @since 2.0.1 … … 1767 1767 1768 1768 /** 1769 * Insert a nuser into the database.1769 * Insert a user into the database. 1770 1770 * 1771 1771 * Most of the $userdata array fields have filters associated with the values. … … 2061 2061 2062 2062 /** 2063 * Update a nuser in the database.2063 * Update a user in the database. 2064 2064 * 2065 2065 * It is possible to update a user's password by specifying the 'user_pass' … … 2137 2137 2138 2138 /** 2139 * A simpler way of inserting a nuser into the database.2139 * A simpler way of inserting a user into the database. 2140 2140 * 2141 2141 * Creates a new user with just the username, password, and email. For more
Note: See TracChangeset
for help on using the changeset viewer.