Skip to:
Content

BuddyPress.org

Changeset 5217


Ignore:
Timestamp:
10/06/2011 06:45:41 PM (13 years ago)
Author:
djpaul
Message:

Adds missing variable to activity comment notification message filter. Fixes #3634

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/bp-activity/bp-activity-notifications.php

    r5109 r5217  
    212212        $to = apply_filters( 'bp_activity_new_comment_notification_comment_author_to', $to );
    213213        $subject = apply_filters( 'bp_activity_new_comment_notification_comment_author_subject', $subject, $poster_name );
    214         $message = apply_filters( 'bp_activity_new_comment_notification_comment_author_message', $message, $poster_name, $content, $settings_link );
     214        $message = apply_filters( 'bp_activity_new_comment_notification_comment_author_message', $message, $poster_name, $content, $settings_link, $thread_link );
    215215
    216216        wp_mail( $to, $subject, $message );
Note: See TracChangeset for help on using the changeset viewer.