| @@ -83,10 +83,10 @@ | ||
| 83 | 83 | * |
| 84 | 84 | * @since 1.0.0 |
| 85 | 85 | * @access public |
| 86 | 86 | * |
| 87 | - * @param array $control Control. | |
| 88 | - * @param array $settings Controls_Stack settings. | |
| 87 | + * @param array $control Control | |
| 88 | + * @param array $settings Controls_Stack settings | |
| 89 | 89 | * |
| 90 | 90 | * @return mixed Control values. |
| 91 | 91 | */ |
| 92 | 92 | public function get_value( $control, $settings ) { |
| @@ -166,9 +166,9 @@ | ||
| 166 | 166 | ?> |
| 167 | 167 | <label> |
| 168 | 168 | <span class="elementor-control-title">{{{ data.label }}}</span> |
| 169 | 169 | </label> |
| 170 | - <div class="elementor-repeater-fields-wrapper" role="list"></div> | |
| 170 | + <div class="elementor-repeater-fields-wrapper"></div> | |
| 171 | 171 | <# if ( itemActions.add ) { #> |
| 172 | 172 | <div class="elementor-button-wrapper"> |
| 173 | 173 | <button class="elementor-button elementor-repeater-add" type="button"> |
| 174 | 174 | <i class="eicon-plus" aria-hidden="true"></i> |
| @@ -190,9 +190,9 @@ | ||
| 190 | 190 | ! isset( $control_data['default'] ) || |
| 191 | 191 | count( $control_data['default'] ) < $control_data['min_items'] |
| 192 | 192 | ) { |
| 193 | 193 | throw new \Exception( |
| 194 | - esc_html__( 'In a Repeater control, if you specify a minimum number of items, you must also specify a default value that contains at least that number of items.', 'elementor' ) | |
| 194 | + __( 'In a Repeater control, if you specify a minimum number of items, you must also specify a default value that contains at least that number of items.', 'elementor' ) | |
| 195 | 195 | ); |
| 196 | 196 | } |
| 197 | 197 | } |
| 198 | 198 | |