PluginProbe
Elementor Website Builder – more than just a page builder / 3.9.2
Elementor Website Builder – more than just a page builder v3.9.2
4.3.0-beta3 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 All 452 releases
← All changes | core/kits/controls/repeater.php +4 -5 4.2.43.9.2 View file →
@@ -3,9 +3,9 @@
3 3
4 4 use Elementor\Control_Repeater;
5 5
6 6 if ( ! defined( 'ABSPATH' ) ) {
7 - exit; // Exit if accessed directly.
7 + exit; // Exit if accessed directly
8 8 }
9 9
10 10 class Repeater extends Control_Repeater {
11 11
@@ -55,14 +55,13 @@
55 55 * @access public
56 56 */
57 57 public function content_template() {
58 58 ?>
59 - <div class="elementor-repeater-fields-wrapper" role="list"></div>
59 + <div class="elementor-repeater-fields-wrapper"></div>
60 60 <# if ( itemActions.add ) { #>
61 61 <div class="elementor-button-wrapper">
62 - <button class="elementor-button elementor-repeater-add" type="button">
63 - <i class="eicon-plus" aria-hidden="true"></i>
64 - <span class="elementor-repeater__add-button__text">{{{ addButtonText }}}</span>
62 + <button class="elementor-button elementor-button-default elementor-repeater-add" type="button">
63 + <i class="eicon-plus" aria-hidden="true"></i><span class="elementor-repeater__add-button__text">{{{ addButtonText }}}</span>
65 64 </button>
66 65 </div>
67 66 <# } #>
68 67 <?php