@@ -15,14 +15,14 @@ |
||
| 15 | 15 | */ |
| 16 | 16 | |
| 17 | 17 | // If this file is called directly, abort. |
| 18 | -if ( ! defined( 'WPINC' ) ) { |
|
| 18 | +if ( ! defined('WPINC')) { |
|
| 19 | 19 | die; |
| 20 | 20 | } |
| 21 | 21 | |
| 22 | -define( 'LSX_CUSTOMIZER_PATH', plugin_dir_path( __FILE__ ) ); |
|
| 23 | -define( 'LSX_CUSTOMIZER_CORE', __FILE__ ); |
|
| 24 | -define( 'LSX_CUSTOMIZER_URL', plugin_dir_url( __FILE__ ) ); |
|
| 25 | -define( 'LSX_CUSTOMIZER_VER', '1.4.1' ); |
|
| 22 | +define('LSX_CUSTOMIZER_PATH', plugin_dir_path(__FILE__)); |
|
| 23 | +define('LSX_CUSTOMIZER_CORE', __FILE__); |
|
| 24 | +define('LSX_CUSTOMIZER_URL', plugin_dir_url(__FILE__)); |
|
| 25 | +define('LSX_CUSTOMIZER_VER', '1.4.1'); |
|
| 26 | 26 | |
| 27 | 27 | |
| 28 | 28 | /* ======================= Below is the Plugin Class init ========================= */ |