Passed
Push — master ( d7d14d...a0f9e3 )
by Warwick
04:27
created
to-specials.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -13,16 +13,16 @@
 block discarded – undo
13 13
  */
14 14
 
15 15
 // If this file is called directly, abort.
16
-if ( ! defined( 'WPINC' ) ) {
16
+if ( ! defined('WPINC')) {
17 17
 	die;
18 18
 }
19 19
 
20
-define('LSX_TO_SPECIALS_PATH',  plugin_dir_path( __FILE__ ) );
21
-define('LSX_TO_SPECIALS_CORE',  __FILE__ );
22
-define('LSX_TO_SPECIALS_URL',  plugin_dir_url( __FILE__ ) );
23
-define('LSX_TO_SPECIALS_VER',  '1.3.2' );
20
+define('LSX_TO_SPECIALS_PATH', plugin_dir_path(__FILE__));
21
+define('LSX_TO_SPECIALS_CORE', __FILE__);
22
+define('LSX_TO_SPECIALS_URL', plugin_dir_url(__FILE__));
23
+define('LSX_TO_SPECIALS_VER', '1.3.2');
24 24
 
25 25
 
26 26
 /* ======================= Below is the Plugin Class init ========================= */
27 27
 
28
-require_once( LSX_TO_SPECIALS_PATH . '/classes/class-to-specials.php' );
28
+require_once(LSX_TO_SPECIALS_PATH . '/classes/class-to-specials.php');
Please login to merge, or discard this patch.