Making WordPress.org

Changeset 11163


Ignore:
Timestamp:
07/30/2021 02:15:26 AM (3 years ago)
Author:
tellyworth
Message:

Plugin dir: fix callback name warning in search class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-search.php

    r11161 r11163  
    6767            add_filter( 'pre_option_has_jetpack_search_product', array( $this, 'option_has_jetpack_search_product' ), 10, 1 );
    6868
    69             add_filter( 'jetpack_search_abort', array( $this, 'jetpack_search_abort' ) );
     69            add_filter( 'jetpack_search_abort', array( $this, 'log_jetpack_search_abort' ) );
    7070
    7171            require_once( ABSPATH . 'wp-content/plugins/jetpack/modules/search/class.jetpack-search.php' );
Note: See TracChangeset for help on using the changeset viewer.