Changeset 11163
- Timestamp:
- 07/30/2021 02:15:26 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-search.php
r11161 r11163 67 67 add_filter( 'pre_option_has_jetpack_search_product', array( $this, 'option_has_jetpack_search_product' ), 10, 1 ); 68 68 69 add_filter( 'jetpack_search_abort', array( $this, ' jetpack_search_abort' ) );69 add_filter( 'jetpack_search_abort', array( $this, 'log_jetpack_search_abort' ) ); 70 70 71 71 require_once( ABSPATH . 'wp-content/plugins/jetpack/modules/search/class.jetpack-search.php' );
Note: See TracChangeset
for help on using the changeset viewer.