summaryrefslogtreecommitdiff
blob: a5db2a5d96de5f3bd056b26e322c2393728ad71b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

/**
 * Module Name: Omnisearch
 * Module Description: A single search box, that lets you search many different things.
 * Sort Order: 8
 * First Introduced: 2.3
 * Requires Connection: No
 */

// Only do Jetpack Omnisearch if there isn't already a Core WP_Omnisearch Class.
if ( ! class_exists( 'WP_Omnisearch' ) )
	require_once( dirname( __FILE__ ) . '/omnisearch/omnisearch-core.php' );