You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><?phpesc_html_e( 'Use an official LiteSpeed-designed Preset to configure your site in one click. Try no-risk caching essentials, extreme optimization, or something in between.', 'litespeed-cache' ); ?></p>
91
+
<p><?php_e( 'Use an official LiteSpeed-designed Preset to configure your site in one click. Try no-risk caching essentials, extreme optimization, or something in between.', 'litespeed-cache' ); ?></p>
92
92
93
93
<div class="litespeed-comparison-cards">
94
94
<?php
@@ -113,7 +113,7 @@
113
113
</ul>
114
114
</div>
115
115
<div class="litespeed-card-footer">
116
-
<h4><?phpesc_html_e( 'Who should use this preset?', 'litespeed-cache' ); ?></h4>
116
+
<h4><?php_e( 'Who should use this preset?', 'litespeed-cache' ); ?></h4>
data-litespeed-cfm="<?phpprintf( esc_html__( 'This will back up your current settings and replace them with the %1$s preset settings. Do you want to continue?', 'litespeed-cache' ), $title ); ?>"
126
+
data-litespeed-cfm="<?phpprintf( __( 'This will back up your current settings and replace them with the %1$s preset settings. Do you want to continue?', 'litespeed-cache' ), $title ); ?>"
data-litespeed-cfm="<?phpprintf( esc_html__( 'This will restore the backup settings created %1$s before applying the %2$s preset. Any changes made since then will be lost. Do you want to continue?', 'litespeed-cache' ), $backup['time'], $backup['title'] ); ?>"
188
+
data-litespeed-cfm="<?phpprintf( __( 'This will restore the backup settings created %1$s before applying the %2$s preset. Any changes made since then will be lost. Do you want to continue?', 'litespeed-cache' ), $backup['time'], $backup['title'] ); ?>"
0 commit comments