%s', $search_url, esc_html__('Search Comments', 'jetpack') ); $html = '

' . esc_html__('Comments', 'jetpack') . $search_link . '

'; parent::__construct(); ob_start(); $this->prepare_items(); $this->_column_headers = array( $this->get_columns(), array(), array() ); $this->display(); $html .= ob_get_clean(); $label = __( 'Comments', 'jetpack' ); $results[ $label ] = $html; return $results; } function get_per_page( $comment_status = 'all' ) { /** This action is documented in modules/omnisearch/omnisearch-core.php */ return apply_filters( 'omnisearch_num_results', 5 ); } function get_sortable_columns() { return array(); } function get_bulk_actions() { return array(); } function pagination( $which ) {} function extra_tablenav( $which ) {} }