Changeset 5247
- Timestamp:
- 10/16/2011 01:28:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/bp-blogs/bp-blogs-functions.php
r4971 r5247 392 392 393 393 // Delete activity stream item 394 bp_blogs_delete_activity( array( 'item_id' => $wpdb->blogid 395 396 do_action( 'bp_blogs_remove_comment', $ blog_id, $comment_id, $bp->loggedin_user->id );394 bp_blogs_delete_activity( array( 'item_id' => $wpdb->blogid, 'secondary_item_id' => $comment_id, 'type' => 'new_blog_comment' ) ); 395 396 do_action( 'bp_blogs_remove_comment', $wpdb->blogid, $comment_id, $bp->loggedin_user->id ); 397 397 } 398 398 add_action( 'delete_comment', 'bp_blogs_remove_comment' );
Note: See TracChangeset
for help on using the changeset viewer.