PluginProbe
Elementor Website Builder – more than just a page builder / 3.19.2
Elementor Website Builder – more than just a page builder v3.19.2
4.3.1 4.3.0 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 All 454 releases
← All changes | modules/history/views/revisions-panel-template.php +4 -4 4.3.1 → 3.19.2 View file →
@@ -34,9 +34,9 @@
34 34 ); ?>';
35 35 #>
36 36 <img class="elementor-nerd-box-icon" src="<?php
37 37 // PHPCS - Safe Elementor SVG
38 - echo ELEMENTOR_ASSETS_URL . 'images/information.svg' // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>" loading="lazy" alt="<?php echo esc_attr__( 'Elementor', 'elementor' ); ?>" />
38 + echo ELEMENTOR_ASSETS_URL . 'images/information.svg' // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>" loading="lazy" />
39 39 <div class="elementor-nerd-box-title"><?php echo esc_html__( 'No Revisions Saved Yet', 'elementor' ); ?></div>
40 40 <div class="elementor-nerd-box-message">{{{ elementor.config.document.revisions.enabled ? no_revisions_1 : revisions_disabled_1 }}}</div>
41 41 <div class="elementor-nerd-box-message">{{{ elementor.config.document.revisions.enabled ? no_revisions_2 : revisions_disabled_2 }}}</div>
42 42 </script>
@@ -45,9 +45,9 @@
45 45 <i class="eicon-loading eicon-animation-spin" aria-hidden="true"></i>
46 46 </script>
47 47
48 48 <script type="text/template" id="tmpl-elementor-panel-revisions-revision-item">
49 - <button class="elementor-revision-item__wrapper {{ type }}">
49 + <div class="elementor-revision-item__wrapper {{ type }}">
50 50 <div class="elementor-revision-item__gravatar">{{{ gravatar }}}</div>
51 51 <div class="elementor-revision-item__details">
52 52 <div class="elementor-revision-date" title="{{{ new Date( timestamp * 1000 ) }}}">{{{ date }}}</div>
53 53 <div class="elementor-revision-meta">
@@ -65,10 +65,10 @@
65 65 <# } #>
66 66
67 67 <!-- <# if ( 'revision' === type ) { #>-->
68 68 <!-- <i class="eicon-undo" aria-hidden="true"></i>-->
69 -<!-- <span class="elementor-screen-only">--><?php // echo esc_html__( 'Restore', 'elementor' ); ?><!--</span>-->
69 +<!-- <span class="elementor-screen-only">--><?php //echo esc_html__( 'Restore', 'elementor' ); ?><!--</span>-->
70 70 <!-- <# } #>-->
71 71
72 72 </div>
73 - </button>
73 + </div>
74 74 </script>