| @@ -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. */ |