PluginProbe
Elementor Website Builder – more than just a page builder / 3.1.3
Elementor Website Builder – more than just a page builder v3.1.3
4.3.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 All 455 releases
← All changes | core/kits/views/trash-kit-confirmation.php +5 -8 4.3.2 → 3.1.3 View file →
@@ -13,25 +13,22 @@
13 13 get_delete_post_link( $post_id, '', $is_permanently_delete )
14 14 );
15 15 ?>
16 16 <h4>
17 - <?php echo esc_html__( 'Are you sure you want to delete your Site Settings?', 'elementor' ); ?>
17 + <?php echo __( 'Are you sure you want to delete your Site Settings?', 'elementor' ); ?>
18 18 </h4>
19 19
20 20 <p>
21 - <?php echo esc_html__( 'By removing this template you will delete your entire Site Settings. If this template is deleted, all associated settings: Global Colors & Fonts, Theme Style, Layout, Background, and Lightbox settings will be removed from your existing site. This action can not be undone.', 'elementor' ); ?>
21 + <?php echo __( 'By removing this template you will delete your entire Site Settings. If this template is deleted, all associated settings: Global Colors & Fonts, Theme Style, Layout, Background, and Lightbox settings will be removed from your existing site. This action can not be undone.', 'elementor' ); ?>
22 22 </p>
23 23
24 24 <br/>
25 25
26 -<a class="btn btn-danger" href="<?php
27 - // PHPCS - the link is generated by WordPress.
28 - echo $config_url; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
29 -?>">
30 - <?php echo esc_html__( 'Delete', 'elementor' ); ?>
26 +<a class="btn btn-danger" href="<?php echo $config_url; ?>">
27 + <?php echo __( 'Delete', 'elementor' ); ?>
31 28 </a>
32 29 <a class="btn btn-primary" href="javascript:history.back()">
33 - <?php echo esc_html__( 'Keep my settings', 'elementor' ); ?>
30 + <?php echo __( 'Keep my settings', 'elementor' ); ?>
34 31 </a>
35 32
36 33 <style>
37 34 /* In WordPress "die" screen there is very basic style, so the current css is required for basic button styles. */