Changeset 48511
- Timestamp:
- 07/20/2020 11:52:59 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r48467 r48511 153 153 154 154 /** 155 * Adds a user to a blog .155 * Adds a user to a blog, along with specifying the user's role. 156 156 * 157 157 * Use the {@see 'add_user_to_blog'} action to fire an event when users are added to a blog. … … 161 161 * @param int $blog_id ID of the blog the user is being added to. 162 162 * @param int $user_id ID of the user being added. 163 * @param string $role The role you want the user to have 163 * @param string $role The role you want the user to have. 164 164 * @return true|WP_Error True on success or a WP_Error object if the user doesn't exist 165 165 * or could not be added.
Note: See TracChangeset
for help on using the changeset viewer.