Changeset 4570
- Timestamp:
- 12/13/2012 06:41:15 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/actions.php
r4559 r4570 223 223 224 224 // Subscriptions 225 add_action( 'bbp_trash_topic', 'bbp_remove_topic_from_all_subscriptions' );226 add_action( 'bbp_delete_topic', 'bbp_remove_topic_from_all_subscriptions' );227 add_action( 'bbp_new_reply', 'bbp_notify_subscribers', 1 , 5 );225 add_action( 'bbp_trash_topic', 'bbp_remove_topic_from_all_subscriptions' ); 226 add_action( 'bbp_delete_topic', 'bbp_remove_topic_from_all_subscriptions' ); 227 add_action( 'bbp_new_reply', 'bbp_notify_subscribers', 11, 5 ); 228 228 229 229 // Sticky
Note: See TracChangeset
for help on using the changeset viewer.