Changeset 12126 for trunk/src/bp-groups/bp-groups-functions.php
- Timestamp:
- 05/25/2018 11:12:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-functions.php
r12124 r12126 586 586 587 587 // Record this in activity streams. 588 groups_record_activity( array( 589 'type' => 'joined_group', 590 'item_id' => $group_id, 591 'user_id' => $user_id, 592 ) ); 588 if ( bp_is_active( 'activity' ) ) { 589 groups_record_activity( array( 590 'type' => 'joined_group', 591 'item_id' => $group_id, 592 'user_id' => $user_id, 593 ) ); 594 } 593 595 594 596 /**
Note: See TracChangeset
for help on using the changeset viewer.