Completed
Pull Request — master (#2101)
by
unknown
46s
created
classes/views/frm-entries/form.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 global $shortcode_tags;
9 9
 
10 10
 // Store the current callbacks for the shortcode
11
-$original_shortcode_callbacks = isset( $shortcode_tags[ 'input' ] ) ? $shortcode_tags[ 'input' ] : false;
11
+$original_shortcode_callbacks = isset( $shortcode_tags['input'] ) ? $shortcode_tags['input'] : false;
12 12
 
13 13
 // Remove the shortcode
14 14
 remove_shortcode( 'input' );
Please login to merge, or discard this patch.