Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/04/2017 05:43:05 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Subscriptions: Include closed status in subscription triggers.

This change allows activity in closed topics to trigger subscription emails. It also fully implements bbp_get_subscribers() completing the deprecation of topic/forum specific handlers.

Fixes #2729.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/users/engagements.php

    r6612 r6616  
    657657
    658658    // Filter & return
    659     return (array) apply_filters( 'bbp_get_forum_subscribers', $users, $object_id, $type );
     659    return (array) apply_filters( 'bbp_get_subscribers', $users, $object_id, $type );
    660660}
    661661
Note: See TracChangeset for help on using the changeset viewer.