#3634 closed defect (bug) (fixed)
new comment author notification filter missing variable
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.5.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Activity | 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.
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.