|
@@ -21,7 +21,9 @@ |
|
|
block discarded – undo |
|
21
|
21
|
if( !class_exists( 'GL_Plugin_Check_v3' )) { |
|
22
|
22
|
require_once __DIR__.'/activate.php'; |
|
23
|
23
|
} |
|
24
|
|
-if( !(new GL_Plugin_Check_v3( __FILE__, array( 'php' => '5.6', 'wordpress' => '4.7.0' )))->canProceed() )return; |
|
|
24
|
+if( !(new GL_Plugin_Check_v3( __FILE__, array( 'php' => '5.6', 'wordpress' => '4.7.0' )))->canProceed() ) { |
|
|
25
|
+ return; |
|
|
26
|
+} |
|
25
|
27
|
require_once __DIR__.'/autoload.php'; |
|
26
|
28
|
require_once __DIR__.'/compatibility.php'; |
|
27
|
29
|
|
Please login to merge, or discard this patch.