Changeset 5625 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-performance-optimizations.php
- Timestamp:
- 07/07/2017 05:38:42 PM (7 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
r5162 r5625 199 199 add_filter( 'posts_where', array( $this, 'posts_in_last_year' ) ); 200 200 } 201 return $r; 202 } 203 204 // Only look at the last year of topics for user's "Active Topics" view. 205 if ( get_query_var( 'wporg_single_user_active_topics' ) ) { 206 add_filter( 'posts_where', array( $this, 'posts_in_last_year' ) ); 201 207 return $r; 202 208 }
Note: See TracChangeset
for help on using the changeset viewer.