← All changes
|
modules/nested-elements/base/widget-nested-base.php
+0
-5
4.2.4
→
3.21.4
View file →
| @@ -41,9 +41,8 @@ | ||
| 41 | 41 | * ], |
| 42 | 42 | * @return string |
| 43 | 43 | */ |
| 44 | 44 | protected function get_default_children_title() { |
| 45 | - /* translators: %d: Item index. */ | |
| 46 | 45 | return esc_html__( 'Item #%d', 'elementor' ); |
| 47 | 46 | } |
| 48 | 47 | |
| 49 | 48 | /** |
| @@ -56,12 +55,8 @@ | ||
| 56 | 55 | } |
| 57 | 56 | |
| 58 | 57 | protected function get_default_children_container_placeholder_selector() { |
| 59 | 58 | return ''; |
| 60 | - } | |
| 61 | - | |
| 62 | - protected function is_dynamic_content(): bool { | |
| 63 | - return false; | |
| 64 | 59 | } |
| 65 | 60 | |
| 66 | 61 | /** |
| 67 | 62 | * @inheritDoc |