@@ -18,14 +18,14 @@ |
||
18 | 18 | |
19 | 19 | defined( 'WPINC' ) || die; |
20 | 20 | |
21 | -if( !class_exists( 'GL_Plugin_Check' )) { |
|
22 | - require_once __DIR__.'/activate.php'; |
|
21 | +if( !class_exists( 'GL_Plugin_Check' ) ) { |
|
22 | + require_once __DIR__ . '/activate.php'; |
|
23 | 23 | } |
24 | -require_once __DIR__.'/autoload.php'; |
|
24 | +require_once __DIR__ . '/autoload.php'; |
|
25 | 25 | |
26 | -if( !GL_Plugin_Check::shouldDeactivate( __FILE__, array( 'php' => '5.4', 'wordpress' => '4.0.0' ))) { |
|
27 | - if( !defined( 'SAVEQUERIES' )) { |
|
26 | +if( !GL_Plugin_Check::shouldDeactivate( __FILE__, array( 'php' => '5.4', 'wordpress' => '4.0.0' ) ) ) { |
|
27 | + if( !defined( 'SAVEQUERIES' ) ) { |
|
28 | 28 | define( 'SAVEQUERIES', 1 ); |
29 | 29 | } |
30 | - (new GeminiLabs\BlackBar\Application)->init(); |
|
30 | + ( new GeminiLabs\BlackBar\Application )->init(); |
|
31 | 31 | } |