- Timestamp:
- 09/13/2016 05:35:55 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-component.php
r11089 r11091 205 205 206 206 if ( $current_group_class == 'BP_Groups_Group' ) { 207 $this->current_group = groups_get_group( array( 208 'group_id' => $group_id, 209 'populate_extras' => true, 210 ) ); 207 $this->current_group = groups_get_group( $group_id ); 211 208 212 209 } else {
Note: See TracChangeset
for help on using the changeset viewer.