Changeset 9337 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-dropin.php
- Timestamp:
- 12/12/2019 09:47:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-dropin.php
r5710 r9337 25 25 remove_action( 'bbp_approved_reply', 'bbp_update_reply_walker' ); 26 26 remove_action( 'bbp_unapproved_reply', 'bbp_update_reply_walker' ); 27 28 // Not needed, causing slowdown when approving topics (due to expensive count queries) 29 remove_action( 'bbp_approved_topic', 'bbp_approved_unapproved_topic_update_forum_reply_count' ); 30 remove_action( 'bbp_unapproved_topic', 'bbp_approved_unapproved_topic_update_forum_reply_count' ); 27 31 28 32 add_action( 'bbp_trashed_reply', array( $this, 'update_reply_topic_meta' ) );
Note: See TracChangeset
for help on using the changeset viewer.