| @@ -6,10 +6,8 @@ | ||
| 6 | 6 | class FrmSimpleBlocksController { |
| 7 | 7 | |
| 8 | 8 | /** |
| 9 | 9 | * Enqueue Formidable Simple Blocks' js and CSS for editor in admin. |
| 10 | - * | |
| 11 | - * @return void | |
| 12 | 10 | */ |
| 13 | 11 | public static function block_editor_assets() { |
| 14 | 12 | $version = FrmAppHelper::plugin_version(); |
| 15 | 13 | |
| @@ -91,10 +89,8 @@ | ||
| 91 | 89 | } |
| 92 | 90 | |
| 93 | 91 | /** |
| 94 | 92 | * Registers simple form block |
| 95 | - * | |
| 96 | - * @return void | |
| 97 | 93 | */ |
| 98 | 94 | public static function register_simple_form_block() { |
| 99 | 95 | if ( ! is_callable( 'register_block_type' ) ) { |
| 100 | 96 | return; |