Completed
Push — master ( d9ca78...e2f2ea )
by Askupa
01:23
created
functions.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,5 +16,7 @@
 block discarded – undo
16 16
 /**
17 17
  * Prevent loading the library more than once
18 18
  */
19
-if( defined( 'AMARKAL_VALIDATION' ) ) return false;
19
+if( defined( 'AMARKAL_VALIDATION' ) ) {
20
+    return false;
21
+}
20 22
 define( 'AMARKAL_VALIDATION', true );
21 23
\ No newline at end of file
Please login to merge, or discard this patch.