Changeset 9242
- Timestamp:
- 10/28/2019 07:05:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-performance-optimizations.php
r8577 r9242 52 52 add_filter( 'bbp_register_views', array( $this, 'disable_popular_view' ) ); 53 53 54 // Disable entire-forum subscriptions. 55 add_filter( 'bbp_get_forum_subscribers', '__return_empty_array' ); 54 56 } 55 57
Note: See TracChangeset
for help on using the changeset viewer.