Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #5130, comment 28


Ignore:
Timestamp:
03/28/2014 05:12:22 PM (12 years ago)
Author:
r-a-y

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5130, comment 28

    v1 v2  
    33- `bp_blogs_remove_associated_blog_comments()` now supports a `$force_delete` argument.  If this is false, the comments are trashed instead of deleted.  This is used in `bp_blogs_sync_delete_from_activity_comment()` using `current_user_can( 'moderate_comments' )`.
    44
    5 - Mirroring of close comments / threaded comment depth options to blogmeta.  See `bp_blogs_comment_open()`, which does the blogmeta mirroring and the actual post age calculation.  There's a tiny issue in `bp_blogs_comment_open()`; I have commented out the part of the code in question, which relies on a check with on the actual post type.  We currently don't mirror the post type in activity meta at the moment, so we can't do such a check.  Let me know what you think about this.
     5- Mirroring of close comments / threaded comment depth options to blogmeta.  See `bp_blogs_comment_open()`, which does the blogmeta mirroring and the actual post age calculation.  There's a tiny issue in `bp_blogs_comment_open()`; I have commented out the part of the code in question, which relies on a check on the actual post type.  We currently don't mirror the post type in activity meta at the moment, so we can't do such a check.  Let me know what you think about this.
    66
    77I think this solves the majority of problems.  Let me know what else needs to be addressed.