Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3634 closed defect (bug) (fixed)

new comment author notification filter missing variable

Reported by: djpaul's profile DJPaul 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

Change History (4)

#1 @DJPaul
13 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
13 years ago

  • Milestone changed from 1.6 to 1.5.1

#3 @djpaul
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

#4 @djpaul
13 years ago

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

Note: See TracTickets for help on using tickets.