#3634 closed defect (bug) (fixed)
new comment author notification filter missing variable
| Reported by: | DJPaul | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5.1 |
| Component: | Activity | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The "bp_activity_new_comment_notification_comment_author_message" filter misses the $thread_link variable from the apply_filters() call
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I cannot see a way of reconstructing $thread_link from outside the function, short of regex'ing it back out of $message (which has its own difficulties with i18n), so this filter is pretty limited in use right now.