Completed
Branch master (7b2295)
by Askupa
02:35
created
functions.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,5 +17,7 @@
 block discarded – undo
17 17
 /**
18 18
  * Prevent loading the library more than once
19 19
  */
20
-if( defined( 'AMARKAL_SHORTCODE' ) ) return false;
20
+if( defined( 'AMARKAL_SHORTCODE' ) ) {
21
+    return false;
22
+}
21 23
 define( 'AMARKAL_SHORTCODE', true );
Please login to merge, or discard this patch.