Opened 13 years ago
Closed 13 years ago
#3168 closed defect (bug) (fixed)
Activity comments showing wrong content
Reported by: | boonebgorges | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 1.5 | Priority: | critical |
Severity: | Version: | 1.5 | |
Component: | Activity | Keywords: | |
Cc: |
Description
In #3867 (when the recursed variable $comment was changed to $comment_child at http://trac.buddypress.org/browser/trunk/bp-activity/bp-activity-template.php?annotate=blame&rev=4216#L801) to prevent some errors. The change was not made completely throughout the function, so that the incorrect content (that of the parent, ie $comment) was being shown for comments, and the Reply and Delete links on comments were not working correctly.
Note: See
TracTickets for help on using
tickets.
(In [4239]) Adds Read More functionality to activity comments. Adds AJAX functionality to activity Read More. Fixes #2635. Fixes bugs with the way that activity comment content and meta links are displayed. Fixes #3168.