diff --git src/includes/core/actions.php src/includes/core/actions.php
index 18fa0bb..608b5e3 100644
|
|
add_action( 'bbp_trash_topic', 'bbp_remove_topic_from_all_subscriptions' |
229 | 229 | add_action( 'bbp_delete_topic', 'bbp_remove_topic_from_all_subscriptions' ); |
230 | 230 | add_action( 'bbp_trash_forum', 'bbp_remove_forum_from_all_subscriptions' ); |
231 | 231 | add_action( 'bbp_delete_forum', 'bbp_remove_forum_from_all_subscriptions' ); |
232 | | add_action( 'bbp_new_reply', 'bbp_notify_subscribers', 11, 5 ); |
| 232 | add_action( 'bbp_new_reply', 'bbp_notify_topic_subscribers', 11, 5 ); |
233 | 233 | add_action( 'bbp_new_topic', 'bbp_notify_forum_subscribers', 11, 4 ); |
234 | 234 | |
235 | 235 | // Sticky |