Opened 15 years ago
Closed 15 years ago
#3168 closed defect (bug) (fixed)
Activity comments showing wrong content
| Reported by: | boonebgorges | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.5 |
| Component: | Activity | Version: | 1.5 |
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(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.