Changeset 11530 for trunk/src/bp-groups/bp-groups-functions.php
- Timestamp:
- 04/09/2017 02:56:00 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-functions.php
r11523 r11530 271 271 * @param string|bool $invite_status Optional. Who is allowed to send invitations 272 272 * to the group. 'members', 'mods', or 'admins'. 273 * @param int|bool $parent_id Parent group ID. 273 274 * @return bool True on success, false on failure. 274 275 */ … … 2311 2312 * @since 2.7.0 $group_type parameter also accepts an array of group types now. 2312 2313 * 2313 * @param int $group 2314 * @param int $group_id ID of the group. 2314 2315 * @param string|array $group_type Group type or array of group types to set. 2315 2316 * @param bool $append Optional. True to append this to existing types for group, … … 2412 2413 * @since 2.6.0 2413 2414 * 2414 * @param int $group 2415 * @param int $group_id ID of the user. 2415 2416 * @param string $group_type Group type. 2416 2417 * @return bool|WP_Error $deleted True on success. False or WP_Error on failure.
Note: See TracChangeset
for help on using the changeset viewer.