Changeset 6034
- Timestamp:
- 05/30/2016 04:12:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/actions.php
r5909 r6034 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
Note: See TracChangeset
for help on using the changeset viewer.