Changeset 11197
- Timestamp:
- 10/18/2016 12:32:37 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-functions.php
r11196 r11197 2387 2387 * @param string|array $type Group type. 2388 2388 * @param int $group_id ID of the group. 2389 * @param bool $single Whether to return a single type s rting, or an array.2389 * @param bool $single Whether to return a single type string, or an array. 2390 2390 */ 2391 2391 return apply_filters( 'bp_groups_get_group_type', $type, $group_id, $single ); … … 2432 2432 * 2433 2433 * @param int $group_id ID of the group. 2434 * @param s rting $group_type Group type.2434 * @param string $group_type Group type. 2435 2435 * @return bool Whether the group has the give group type. 2436 2436 */
Note: See TracChangeset
for help on using the changeset viewer.