Changeset 3073 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/libs/site-search/jetpack-search.php
- Timestamp:
- 05/04/2016 01:45:18 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/libs/site-search/jetpack-search.php
r2934 r3073 130 130 add_filter( 'the_posts', array( $this, 'filter__the_posts' ), 5, 2 ); 131 131 132 // Let ES worry about stopwords 133 add_filter( 'wp_search_stopwords', '__return_empty_array', 5 ); 134 132 135 add_filter( 'jetpack_search_es_wp_query_args', array( $this, 'filter__add_date_filter_to_query' ), 10, 2 ); 133 136 }
Note: See TracChangeset
for help on using the changeset viewer.