Skip to:
Content

BuddyPress.org

Ticket #5333: 5333.patch

File 5333.patch, 462 bytes (added by henry.wright, 11 years ago)
  • bp-blogs-functions.php

     
    618618        do_action( 'bp_blogs_remove_post', $blog_id, $post_id, $user_id );
    619619}
    620620add_action( 'delete_post', 'bp_blogs_remove_post' );
     621add_action( 'trashed_post', 'bp_blogs_remove_post' );
    621622
    622623/**
    623624 * Remove a blog comment activity item from the activity stream.