Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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

Change History (4)

#1 @DJPaul
15 years ago

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.

#2 @DJPaul
15 years ago

  • Milestone 1.61.5.1

#3 @djpaul
15 years ago

  • Resolutionfixed
  • Status newclosed

(In [5216]) Adds missing variable to activity comment notification message filter. Fixes #3634

#4 @djpaul
15 years ago

(In [5217]) Adds missing variable to activity comment notification message filter. Fixes #3634

Note: See TracTickets for help on using tickets.