Changeset 6530
- Timestamp:
- 06/12/2017 06:34:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/actions.php
r6529 r6530 307 307 add_action( 'bbp_spam_reply', 'bbp_decrease_user_reply_count' ); 308 308 309 // Insert topic/reply engagements. 310 add_action( 'bbp_insert_topic', 'bbp_update_topic_engagements' ); 311 add_action( 'bbp_insert_reply', 'bbp_update_topic_engagements' ); 312 309 313 // Insert topic/reply counts. 310 314 add_action( 'bbp_insert_topic', 'bbp_insert_topic_update_counts', 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.