PluginProbe
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript / trunk
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript vtrunk
4.1.16 4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.0.30 4.0.29 4.0.28 4.0.27 4.0.26 4.0.24 4.0.25 4.0.23 4.0.22 4.0.21 4.0.19 4.0.18 4.0.17 4.0.16 1.9.3 1.9.4 1.9.5 1.9.6 All 170 releases
← All changes | admin/tabs/content-delivery-network.php +2 -2 4.0.19trunk View file →
@@ -10,12 +10,12 @@
10 10 <div id="content-delivery-network" <?php bwp_is_tab('content-delivery-network'); ?>>
11 11 <h2 class="berq-tab-title"><?php esc_html_e('Content Delivery Network (CDN)', 'searchpro'); ?></h2>
12 12 <div class="berq-info-box berq-setting-group">
13 13 <div class="group-container">
14 - <h3 class="berq-box-title <?php echo !$berqwp_can_use_cloud ? 'cloud-exclusive' : ''; ?>"><?php esc_html_e("$plugin_name CDN", 'searchpro'); ?></h3>
14 + <h3 class="berq-box-title <?php echo !$berqwp_can_use_cloud ? 'cloud-exclusive' : ''; ?>"><?php printf( /* translators: %s: Plugin name */ esc_html__('%s CDN', 'searchpro'), esc_html($plugin_name) ); ?></h3>
15 15 <div class="berq-box-content berq-setting-toggle">
16 16 <div class="berq-option-content">
17 - <p><?php esc_html_e("$plugin_name CDN delivers static files instantly to enhance website performance and user experience globally.", 'searchpro'); ?></p>
17 + <p><?php printf( /* translators: %s: Plugin name */ esc_html__('%s CDN delivers static files instantly to enhance website performance and user experience globally.', 'searchpro'), esc_html($plugin_name) ); ?></p>
18 18 </div>
19 19 <?php berqwp_render_toggle('berqwp_enable_cdn', get_option('berqwp_enable_cdn')); ?>
20 20 </div>
21 21 </div>