Changeset 3908
- Timestamp:
- 09/01/2016 12:39:09 PM (9 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
r3903 r3908 55 55 } elseif ( ! empty( $r['meta_key'] ) ) { 56 56 $r['orderby'] = 'ID'; 57 add_filter( 'posts_where', array( $this, 'posts_in_ six_months' ) );57 add_filter( 'posts_where', array( $this, 'posts_in_last_six_months' ) ); 58 58 } 59 59 }
Note: See TracChangeset
for help on using the changeset viewer.