Changeset 4041 for trunk/bp-activity/bp-activity-template.php
- Timestamp:
- 02/12/2011 08:50:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r3985 r4041 293 293 switch ( $scope ) { 294 294 case 'friends': 295 if ( function_exists( 'friends_get_friend_user_ids' ) )295 if ( bp_is_active( 'friends' ) ) 296 296 $friends = friends_get_friend_user_ids( $user_id ); 297 297 if ( empty( $friends ) ) … … 301 301 break; 302 302 case 'groups': 303 if ( function_exists( 'groups_get_user_groups' ) ) {303 if ( bp_is_active( 'groups' ) ) { 304 304 $groups = groups_get_user_groups( $user_id ); 305 305 if ( empty( $groups['groups'] ) )
Note: See TracChangeset
for help on using the changeset viewer.