Changeset 11091 for trunk/src/bp-activity/bp-activity-template.php
- Timestamp:
- 09/13/2016 05:35:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-template.php
r11066 r11091 1178 1178 // Only if groups is active. 1179 1179 if ( bp_is_active( 'groups' ) ) { 1180 $group = groups_get_group( array( 1181 'group_id' => $item_id, 1182 'populate_extras' => false, 1183 'update_meta_cache' => false, 1184 ) ); 1180 $group = groups_get_group( $item_id ); 1185 1181 $link = bp_get_group_permalink( $group ); 1186 1182 $name = $group->name;
Note: See TracChangeset
for help on using the changeset viewer.