@@ -14,7 +14,7 @@ discard block |
||
14 | 14 | |
15 | 15 | // If this file is called directly, abort. |
16 | 16 | if ( ! defined( 'WPINC' ) ) { |
17 | - die; |
|
17 | + die; |
|
18 | 18 | } |
19 | 19 | |
20 | 20 | define( 'LSX_TO_TEAM_PATH', plugin_dir_path( __FILE__ ) ); |
@@ -23,7 +23,7 @@ discard block |
||
23 | 23 | define( 'LSX_TO_TEAM_VER', '1.2.3' ); |
24 | 24 | |
25 | 25 | if ( ! defined( 'TEAM_ARCHIVE_URL' ) ) { |
26 | - define( 'TEAM_ARCHIVE_URL', 'team-members' ); |
|
26 | + define( 'TEAM_ARCHIVE_URL', 'team-members' ); |
|
27 | 27 | } |
28 | 28 | |
29 | 29 | /* ======================= Below is the Plugin Class init ========================= */ |
@@ -13,17 +13,17 @@ |
||
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_TEAM_PATH', plugin_dir_path( __FILE__ ) ); |
|
21 | -define( 'LSX_TO_TEAM_CORE', __FILE__ ); |
|
22 | -define( 'LSX_TO_TEAM_URL', plugin_dir_url( __FILE__ ) ); |
|
23 | -define( 'LSX_TO_TEAM_VER', '1.2.3' ); |
|
20 | +define('LSX_TO_TEAM_PATH', plugin_dir_path(__FILE__)); |
|
21 | +define('LSX_TO_TEAM_CORE', __FILE__); |
|
22 | +define('LSX_TO_TEAM_URL', plugin_dir_url(__FILE__)); |
|
23 | +define('LSX_TO_TEAM_VER', '1.2.3'); |
|
24 | 24 | |
25 | -if ( ! defined( 'TEAM_ARCHIVE_URL' ) ) { |
|
26 | - define( 'TEAM_ARCHIVE_URL', 'team-members' ); |
|
25 | +if ( ! defined('TEAM_ARCHIVE_URL')) { |
|
26 | + define('TEAM_ARCHIVE_URL', 'team-members'); |
|
27 | 27 | } |
28 | 28 | |
29 | 29 | /* ======================= Below is the Plugin Class init ========================= */ |