Changeset 4961 for trunk/bp-groups/bp-groups-forums.php
- Timestamp:
- 08/10/2011 06:32:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-forums.php
r4941 r4961 214 214 // The activity item for the initial topic 215 215 bp_activity_delete( array( 'item_id' => $bp->groups->current_group->id, 'secondary_item_id' => $topic_id, 'component' => $bp->groups->id, 'type' => 'new_forum_topic' ) ); 216 216 217 217 // The activity item for each post 218 218 foreach ( (array)$posts as $post ) {
Note: See TracChangeset
for help on using the changeset viewer.