Changeset 11091 for trunk/src/bp-activity/bp-activity-screens.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-screens.php
r10880 r11091 237 237 // Check to see if the group is not public, if so, check the 238 238 // user has access to see this activity. 239 if ( $group = groups_get_group( array( 'group_id' => $activity->item_id )) ) {239 if ( $group = groups_get_group( $activity->item_id ) ) { 240 240 241 241 // Group is not public.
Note: See TracChangeset
for help on using the changeset viewer.