Changeset 7899
- Timestamp:
- 02/16/2014 09:47:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r7756 r7899 1277 1277 // Only if groups is active 1278 1278 if ( bp_is_active( 'groups' ) ) { 1279 $group = groups_get_group( array( 'group_id' => $item_id ) ); 1279 $group = groups_get_group( array( 1280 'group_id' => $item_id, 1281 'populate_extras' => false, 1282 'update_meta_cache' => false, 1283 ) ); 1280 1284 $link = bp_get_group_permalink( $group ); 1281 1285 $name = $group->name;
Note: See TracChangeset
for help on using the changeset viewer.