Changeset 6834
- Timestamp:
- 03/04/2013 01:23:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-admin.php
r6832 r6834 559 559 } 560 560 $group_ids = wp_parse_id_list( $group_ids ); 561 $groups = groups_get_groups( array( 'include' => $group_ids ) );561 $groups = groups_get_groups( array( 'include' => $group_ids, 'show_hidden' => true, ) ); 562 562 563 563 // Create a new list of group ids, based on those that actually exist
Note: See TracChangeset
for help on using the changeset viewer.