| @@ -5,10 +5,10 @@ | ||
| 5 | 5 | |
| 6 | 6 | ?> |
| 7 | 7 | <script type="text/template" id="tmpl-elementor-panel-history-page"> |
| 8 | 8 | <div id="elementor-panel-elements-navigation" class="elementor-panel-navigation"> |
| 9 | - <button class="elementor-component-tab elementor-panel-navigation-tab" data-tab="actions"><?php echo esc_html__( 'Actions', 'elementor' ); ?></button> | |
| 10 | - <button class="elementor-component-tab elementor-panel-navigation-tab" data-tab="revisions"><?php echo esc_html__( 'Revisions', 'elementor' ); ?></button> | |
| 9 | + <div class="elementor-component-tab elementor-panel-navigation-tab" data-tab="actions"><?php echo __( 'Actions', 'elementor' ); ?></div> | |
| 10 | + <div class="elementor-component-tab elementor-panel-navigation-tab" data-tab="revisions"><?php echo __( 'Revisions', 'elementor' ); ?></div> | |
| 11 | 11 | </div> |
| 12 | 12 | <div id="elementor-panel-history-content"></div> |
| 13 | 13 | </script> |
| 14 | 14 | |
| @@ -13,17 +13,15 @@ | ||
| 13 | 13 | </script> |
| 14 | 14 | |
| 15 | 15 | <script type="text/template" id="tmpl-elementor-panel-history-tab"> |
| 16 | 16 | <div id="elementor-history-list"></div> |
| 17 | - <div class="elementor-history-revisions-message"><?php echo esc_html__( 'Switch to Revisions tab for older versions', 'elementor' ); ?></div> | |
| 17 | + <div class="elementor-history-revisions-message"><?php echo __( 'Switch to Revisions tab for older versions', 'elementor' ); ?></div> | |
| 18 | 18 | </script> |
| 19 | 19 | |
| 20 | 20 | <script type="text/template" id="tmpl-elementor-panel-history-no-items"> |
| 21 | - <img class="elementor-nerd-box-icon" src="<?php | |
| 22 | - // PHPCS - Safe Elementor SVG | |
| 23 | - echo ELEMENTOR_ASSETS_URL . 'images/information.svg'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>" loading="lazy" alt="<?php echo esc_attr__( 'Elementor', 'elementor' ); ?>" /> | |
| 24 | - <div class="elementor-nerd-box-title"><?php echo esc_html__( 'No History Yet', 'elementor' ); ?></div> | |
| 25 | - <div class="elementor-nerd-box-message"><?php echo esc_html__( 'Once you start working, you\'ll be able to redo / undo any action you make in the editor.', 'elementor' ); ?></div> | |
| 21 | + <img class="elementor-nerd-box-icon" src="<?php echo ELEMENTOR_ASSETS_URL . 'images/information.svg'; ?>" /> | |
| 22 | + <div class="elementor-nerd-box-title"><?php echo __( 'No History Yet', 'elementor' ); ?></div> | |
| 23 | + <div class="elementor-nerd-box-message"><?php echo __( 'Once you start working, you\'ll be able to redo / undo any action you make in the editor.', 'elementor' ); ?></div> | |
| 26 | 24 | </script> |
| 27 | 25 | |
| 28 | 26 | <script type="text/template" id="tmpl-elementor-panel-history-item"> |
| 29 | 27 | <div class="elementor-history-item__details"> |