Changeset 37537 for trunk/src/wp-admin/includes/user.php
- Timestamp:
- 05/23/2016 05:27:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/user.php
r37488 r37537 276 276 * 277 277 * If the $reassign parameter is not assigned to a User ID, then all posts will 278 * be deleted of that user. The action 'delete_user'that is passed the User ID278 * be deleted of that user. The action {@see 'delete_user'} that is passed the User ID 279 279 * being deleted will be run after the posts are either reassigned or deleted. 280 280 * The user meta will also be deleted that are for that User ID. … … 491 491 * Optional SSL preference that can be turned on by hooking to the 'personal_options' action. 492 492 * 493 * See the {@see 'personal_options'} action. 494 * 493 495 * @since 2.7.0 494 496 *
Note: See TracChangeset
for help on using the changeset viewer.