Ticket #5333: 5333.patch
File 5333.patch, 462 bytes (added by , 11 years ago) |
---|
-
bp-blogs-functions.php
618 618 do_action( 'bp_blogs_remove_post', $blog_id, $post_id, $user_id ); 619 619 } 620 620 add_action( 'delete_post', 'bp_blogs_remove_post' ); 621 add_action( 'trashed_post', 'bp_blogs_remove_post' ); 621 622 622 623 /** 623 624 * Remove a blog comment activity item from the activity stream.