Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/18/2010 08:00:33 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Remove all references to Wire component (addresses #1618). This code has been moved to backpat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-classes.php

    r2339 r2343  
    205205        }
    206206
    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 );
    211208
    212209        // Finally remove the group entry from the DB
Note: See TracChangeset for help on using the changeset viewer.