@@ -795,7 +795,7 @@ |
||
| 795 | 795 | * Output the JS for building the dynamic Guntenberg block. |
| 796 | 796 | * |
| 797 | 797 | * @since 1.0.4 Added block_wrap property which will set the block wrapping output element ie: div, span, p or empty for no wrap. |
| 798 | - * @return mixed |
|
| 798 | + * @return string |
|
| 799 | 799 | */ |
| 800 | 800 | public function block() { |
| 801 | 801 | ob_start(); |
@@ -196,7 +196,7 @@ discard block |
||
| 196 | 196 | <?php |
| 197 | 197 | if(! empty( $insert_shortcode_function )){ |
| 198 | 198 | echo $insert_shortcode_function; |
| 199 | - }else{ |
|
| 199 | + } else{ |
|
| 200 | 200 | |
| 201 | 201 | /** |
| 202 | 202 | * Function for super duper insert shortcode. |
@@ -1068,7 +1068,7 @@ discard block |
||
| 1068 | 1068 | // If the user sets block-output array then build it |
| 1069 | 1069 | if ( ! empty( $this->options['block-output'] ) ) { |
| 1070 | 1070 | $this->block_element( $this->options['block-output'] ); |
| 1071 | - }else{ |
|
| 1071 | + } else{ |
|
| 1072 | 1072 | // if no block-output is set then we try and get the shortcode html output via ajax. |
| 1073 | 1073 | ?> |
| 1074 | 1074 | el('div', { |