Skip to:
Content

bbPress.org

Opened 11 years ago

Closed 11 years ago

#2640 closed defect (bug) (duplicate)

bbp_notify_forum_subscribers: $user_id leftover

Reported by: wpdennis's profile wpdennis Owned by:
Milestone: Priority: normal
Severity: trivial Version: 2.5.4
Component: General Keywords:
Cc:

Description

While applying filters in bbp_notify_forum_subscribers() $user_id isnt' available in the context and for the filter anymore:

$message = apply_filters( 'bbp_forum_subscription_mail_message', $message, $topic_id, $forum_id, $user_id );
	        if ( empty( $message ) ) {
	                return;
	        }

and

 $subject = apply_filters( 'bbp_forum_subscription_mail_title', '[' . $blog_name . '] ' . $topic_title, $topic_id, $forum_id, $user_id );
	        if ( empty( $subject ) ) {
	                return;
	        }

Change History (1)

#1 @netweb
11 years ago

  • Keywords dev-feedback removed
  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate: #2620

Note: See TracTickets for help on using tickets.