← All changes
|
modules/nested-elements/base/widget-nested-base.php
+0
-5
4.3.0-beta2
→
3.27.4
View file →
| @@ -12,12 +12,8 @@ | ||
| 12 | 12 | * Used to create a new widget that can be nested inside other widgets. |
| 13 | 13 | */ |
| 14 | 14 | abstract class Widget_Nested_Base extends Widget_Base { |
| 15 | 15 | |
| 16 | - public function render_markdown(): string { | |
| 17 | - return \Elementor\Element_Base::render_markdown(); | |
| 18 | - } | |
| 19 | - | |
| 20 | 16 | /** |
| 21 | 17 | * Get default children elements structure. |
| 22 | 18 | * |
| 23 | 19 | * @return array |
| @@ -45,9 +41,8 @@ | ||
| 45 | 41 | * ], |
| 46 | 42 | * @return string |
| 47 | 43 | */ |
| 48 | 44 | protected function get_default_children_title() { |
| 49 | - /* translators: %d: Item index. */ | |
| 50 | 45 | return esc_html__( 'Item #%d', 'elementor' ); |
| 51 | 46 | } |
| 52 | 47 | |
| 53 | 48 | /** |