Changeset 10604 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-performance-optimizations.php
- Timestamp:
- 01/20/2021 05:31:04 AM (4 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
r10603 r10604 290 290 } 291 291 } 292 293 if ( bbp_is_single_view() && 'all-replies' === bbp_get_view_id() ) { 294 add_filter( 'posts_where', array( $this, 'posts_in_last_month' ) ); 295 } 296 292 297 return $r; 293 298 }
Note: See TracChangeset
for help on using the changeset viewer.