@@ -16,16 +16,16 @@ |
||
| 16 | 16 | * Domain Path: languages |
| 17 | 17 | */ |
| 18 | 18 | |
| 19 | -defined( 'WPINC' ) || die; |
|
| 19 | +defined('WPINC') || die; |
|
| 20 | 20 | |
| 21 | -if( !class_exists( 'GL_Plugin_Check' )) { |
|
| 21 | +if (!class_exists('GL_Plugin_Check')) { |
|
| 22 | 22 | require_once __DIR__.'/activate.php'; |
| 23 | 23 | } |
| 24 | 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' )) { |
|
| 28 | - define( 'SAVEQUERIES', 1 ); |
|
| 26 | +if (!GL_Plugin_Check::shouldDeactivate(__FILE__, array('php' => '5.4', 'wordpress' => '4.0.0'))) { |
|
| 27 | + if (!defined('SAVEQUERIES')) { |
|
| 28 | + define('SAVEQUERIES', 1); |
|
| 29 | 29 | } |
| 30 | 30 | (new GeminiLabs\BlackBar\Application)->init(); |
| 31 | 31 | } |