Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7329, comment 16


Ignore:
Timestamp:
02/06/2017 07:11:06 PM (8 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7329, comment 16

    initial v1  
    11`03.patch` includes unit tests and cleans up the code a bit.
    22
    3 Patch also fixes an issue in the admin area with activity comments not being restricted by depth for regular activity types like `'activity_update'`.  See the code in `/bp-activity/classes/class-bp-activity-list-table.php`.  [https://buddypress.trac.wordpress.org/browser/tags/2.7.4/src/bp-activity/classes/class-bp-activity-list-table.php?marks=808,813#L805 This part of the code] could be cleaned up a bit due to the check for the Blogs component since regular activity updates not reliant on the Blogs component, but I'm going to leave it as-is for now.
     3Patch also fixes an issue in the admin area with activity comments not being restricted by depth for regular activity types like `'activity_update'`.  See the code in `/bp-activity/classes/class-bp-activity-list-table.php`.  [https://buddypress.trac.wordpress.org/browser/tags/2.7.4/src/bp-activity/classes/class-bp-activity-list-table.php?marks=808,813#L805 This part of the code] could be cleaned up a bit due to the check for the Blogs component since regular activity updates are not reliant on the Blogs component, but I'm going to leave it as-is for now.