Completed
Push — master ( 9bdd37...b123c8 )
by Askupa
02:22
created
functions.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,9 @@
 block discarded – undo
18 18
 /**
19 19
  * Prevent loading the library more than once
20 20
  */
21
-if( defined( 'AMARKAL_WIDGET' ) ) return false;
21
+if( defined( 'AMARKAL_WIDGET' ) ) {
22
+    return false;
23
+}
22 24
 define( 'AMARKAL_WIDGET', true );
23 25
 
24 26
 if(!function_exists('amarkal_widget_style'))
Please login to merge, or discard this patch.