PluginProbe
Elementor Website Builder – more than just a page builder / 3.25.2
Elementor Website Builder – more than just a page builder v3.25.2
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | includes/controls/repeater.php +4 -4 4.1.0-dev13.25.2 View file →
@@ -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