Changeset 47177
- Timestamp:
- 02/04/2020 09:40:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r47175 r47177 253 253 * 254 254 * @param int $user_id ID of the user being removed. 255 * @param int $blog_id ID of the blog the user is being removed from. 256 * @param int $reassign ID of the user to whom to reassign posts. 255 * @param int $blog_id ID of the blog the user is being removed from. 256 * @param int $reassign ID of the user to whom to reassign posts. 257 257 */ 258 258 do_action( 'remove_user_from_blog', $user_id, $blog_id, $reassign );
Note: See TracChangeset
for help on using the changeset viewer.