Changeset 12126 for trunk/src/bp-groups/actions/create.php
- Timestamp:
- 05/25/2018 11:12:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/actions/create.php
r11923 r12126 183 183 184 184 // Once we completed all steps, record the group creation in the activity stream. 185 groups_record_activity( array( 186 'type' => 'created_group', 187 'item_id' => $bp->groups->new_group_id 188 ) ); 185 if ( bp_is_active( 'activity' ) ) { 186 groups_record_activity( array( 187 'type' => 'created_group', 188 'item_id' => $bp->groups->new_group_id 189 ) ); 190 } 189 191 190 192 /**
Note: See TracChangeset
for help on using the changeset viewer.