@@ -8,7 +8,7 @@ |
||
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' ); |