← All changes
|
includes/frontend/dynamic-content/interpreters/abstracts/interpreter.php
+0
-1
2.9.1
→
2.14.0
View file →
| @@ -13,8 +13,7 @@ | ||
| 13 | 13 | public function __construct( string $name, array $setting, bool $is_richtext = false ) { |
| 14 | 14 | $this->name = $name; |
| 15 | 15 | $this->setting = $setting; |
| 16 | 16 | $this->is_richtext = $is_richtext; |
| 17 | - // print_r(func_get_args()); | |
| 18 | 17 | } |
| 19 | 18 | abstract public function content() : string; |
| 20 | 19 | } |