Passed
Push — master ( c6ff58...72a252 )
by Warwick
03:22 queued 11s
created
lsx-search.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -12,17 +12,17 @@
 block discarded – undo
12 12
  */
13 13
 
14 14
 // If this file is called directly, abort.
15
-if ( ! defined( 'WPINC' ) ) {
15
+if (!defined('WPINC')) {
16 16
 	die;
17 17
 }
18 18
 
19
-define( 'LSX_SEARCH_PATH', plugin_dir_path( __FILE__ ) );
20
-define( 'LSX_SEARCH_CORE', __FILE__ );
21
-define( 'LSX_SEARCH_URL', plugin_dir_url( __FILE__ ) );
22
-define( 'LSX_SEARCH_VER', '1.5.2' );
19
+define('LSX_SEARCH_PATH', plugin_dir_path(__FILE__));
20
+define('LSX_SEARCH_CORE', __FILE__);
21
+define('LSX_SEARCH_URL', plugin_dir_url(__FILE__));
22
+define('LSX_SEARCH_VER', '1.5.2');
23 23
 
24 24
 /* ======================= Below is the Plugin Class init ========================= */
25 25
 
26
-require_once LSX_SEARCH_PATH . '/includes/template-tags.php';
27
-require_once LSX_SEARCH_PATH . '/includes/functions.php';
28
-require_once LSX_SEARCH_PATH . '/classes/class-lsx-search.php';
26
+require_once LSX_SEARCH_PATH.'/includes/template-tags.php';
27
+require_once LSX_SEARCH_PATH.'/includes/functions.php';
28
+require_once LSX_SEARCH_PATH.'/classes/class-lsx-search.php';
Please login to merge, or discard this patch.