@@ -186,7 +186,7 @@ discard block |
||
| 186 | 186 | * Makes SD work with the siteOrigin page builder. |
| 187 | 187 | * |
| 188 | 188 | * @since 1.0.6 |
| 189 | - * @return mixed |
|
| 189 | + * @return string |
|
| 190 | 190 | */ |
| 191 | 191 | public static function siteorigin_js() { |
| 192 | 192 | ob_start(); |
@@ -1075,7 +1075,7 @@ discard block |
||
| 1075 | 1075 | * Output the JS for building the dynamic Guntenberg block. |
| 1076 | 1076 | * |
| 1077 | 1077 | * @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. |
| 1078 | - * @return mixed |
|
| 1078 | + * @return string |
|
| 1079 | 1079 | */ |
| 1080 | 1080 | public function block() { |
| 1081 | 1081 | ob_start(); |