Changeset 5431 for trunk/bp-groups/bp-groups-classes.php
- Timestamp:
- 12/01/2011 08:45:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-classes.php
r5417 r5431 120 120 121 121 do_action_ref_array( 'groups_group_after_save', array( &$this ) ); 122 123 wp_cache_delete( 'bp_groups_group_' . $this->id, 'bp' ); 122 124 123 125 return true; … … 141 143 142 144 do_action_ref_array( 'bp_groups_delete_group', array( &$this ) ); 145 146 wp_cache_delete( 'bp_groups_group_' . $this->id, 'bp' ); 143 147 144 148 // Finally remove the group entry from the DB
Note: See TracChangeset
for help on using the changeset viewer.