Changeset 2343 for trunk/bp-groups/bp-groups-classes.php
- Timestamp:
- 01/18/2010 08:00:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-classes.php
r2339 r2343 205 205 } 206 206 207 // Delete the wire posts for this group if the wire is installed 208 if ( function_exists('bp_wire_install') ) { 209 BP_Wire_Post::delete_all_for_item( $this->id, $bp->groups->table_name_wire ); 210 } 207 do_action( 'bp_groups_delete_group', $this ); 211 208 212 209 // Finally remove the group entry from the DB
Note: See TracChangeset
for help on using the changeset viewer.