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
__( 'It also unlocks tools like forms and popups - if you need them later.', 'wp-maintenance-mode' ),
40
+
__( 'plugin will be installed and activated to support and customize your layout.', 'wp-maintenance-mode' ),
41
41
),
42
42
wpmm_translated_string_allowed_html()
43
43
);
44
44
?>
45
+
<br>
46
+
<?php
47
+
esc_html_e( 'It also unlocks tools like forms and popups - if you need them later.', 'wp-maintenance-mode' );
48
+
?>
45
49
</p>
46
50
</div>
47
51
<div class="wpmm-templates-radio">
@@ -81,22 +85,23 @@
81
85
</div>
82
86
<p class="description">
83
87
<?php
84
-
printf(
85
-
wp_kses(
86
-
/* translators: Optimole url */
87
-
__( 'Templates would have pre-optimized images and all of your website\'s images would be delivered via Amazon Cloudfront CDN, resulting in an ≈ 80%% increase in speed, with <a href="%1$s" target="_blank">Optimole%2$s</a>.', 'wp-maintenance-mode' ),
__( 'Templates would have pre-optimized images and all of your website’s images would be delivered via Amazon Cloudfront CDN, resulting in an ≈ 80% increase in speed.', 'wp-maintenance-mode' ),
0 commit comments