Changeset 3515 for branches/plugin/bbp-includes/bbp-core-hooks.php
- Timestamp:
- 09/15/2011 08:29:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-hooks.php
r3496 r3515 197 197 add_action( 'bbp_trash_topic', 'bbp_remove_topic_from_all_subscriptions' ); 198 198 add_action( 'bbp_delete_topic', 'bbp_remove_topic_from_all_subscriptions' ); 199 add_action( 'bbp_new_reply', 'bbp_notify_subscribers', 1, 1);199 add_action( 'bbp_new_reply', 'bbp_notify_subscribers', 1, 5 ); 200 200 201 201 // Sticky
Note: See TracChangeset
for help on using the changeset viewer.