Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5130, comment 37


Ignore:
Timestamp:
03/28/2014 09:47:04 PM (12 years ago)
Author:
r-a-y

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5130, comment 37

    initial v1  
    33- Updating a blog post will update the corresponding activity stream entry.  For some reason, we removed the ability to support updating the activity stream on post edits.  View the changes to `bp_blogs_catch_transition_post_status()` and the new `bp_blogs_update_post()` function.
    44
    5 - Post comment status mirroring to activitymeta - `see bp_blogs_update_post()`.
     5- Post comment status mirroring to activitymeta - `see bp_blogs_update_post()`.  The comment status is now checked in `bp_blogs_comments_open()` when it is mirrored.
    66
    77Hopefully, this is the last patch!