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
Fix issue 510 and translation files update/expansion (#580)
* Updated translation files.
* Some fixes for specific translation syntax issues. Potential fix for user locale not applying when core WP translation files for W3TC exist in wp-content/languages/plugins.
* Fixed JS/CSS hook issue with translations. Added missing translations and updated language files.
* Fixed performance translation from acting to ability translation.
* Fixed issue with admin_print_scripts-{$suffix} translations queued too early for user locale to apply thereby breaking JS.
<a href="<?phpechoesc_url( wp_nonce_url( Util_Ui::admin_url( 'admin.php?page=w3tc_dashboard&w3tc_cdn_maxcdn_signup' ), 'w3tc' ) ); ?>" target="_blank" id="netdna-maxcdn-create-account" class="button-primary"><?phpw3tc_e( 'cdn.maxcdn.signUpAndSave', 'Sign Up Now and save!' ); ?></a>
13
-
<p class="description"><?phpw3tc_e( 'cdn.maxcdn.signUpAndSave.description', 'MaxCDN is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!' ); ?></p>
12
+
<a href="<?phpechoesc_url( wp_nonce_url( Util_Ui::admin_url( 'admin.php?page=w3tc_dashboard&w3tc_cdn_maxcdn_signup' ), 'w3tc' ) ); ?>" target="_blank" id="netdna-maxcdn-create-account" class="button-primary"><?phpw3tc_e( 'cdn.maxcdn.signUpAndSave', __( 'Sign Up Now and save!', 'w3-total-cache' ) ); ?></a>
13
+
<p class="description"><?phpw3tc_e( 'cdn.maxcdn.signUpAndSave.description', __( 'MaxCDN is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!', 'w3-total-cache' ) ); ?></p>
<?phpesc_html_e( 'Enhance your website Performance with StackPath\'s CDN services. StackPath works magically with W3 Total Cache to speed up your site around the world for as little as $10 a month.', 'w3-total-cache' ); ?>
22
26
</p>
23
27
<p>
24
-
<a href="<?phpechoesc_url( W3TC_STACKPATH_SIGNUP_URL ); ?>" target="_blank" id="netdna-stackpath-create-account" class="button-primary"><?phpw3tc_e( 'cdn.stackpath2.signUpAndSave', 'Sign Up Now and save!' ); ?></a>
28
+
<a href="<?phpechoesc_url( W3TC_STACKPATH_SIGNUP_URL ); ?>" target="_blank" id="netdna-stackpath-create-account" class="button-primary"><?phpw3tc_e( 'cdn.stackpath2.signUpAndSave', __( 'Sign Up Now and save!', 'w3-total-cache' ) ); ?></a>
29
+
</p>
30
+
<p class="description">
31
+
<?php
32
+
w3tc_e(
33
+
'cdn.stackpath2.signUpAndSave.description',
34
+
__( 'StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!', 'w3-total-cache' )
35
+
);
36
+
?>
25
37
</p>
26
-
<p class="description"><?phpw3tc_e( 'cdn.stackpath2.signUpAndSave.description', 'StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!' ); ?></p>
<a href="<?phpechoesc_url( W3TC_STACKPATH_SIGNUP_URL ); ?>" target="_blank" id="netdna-stackpath-create-account" class="button-primary"><?phpw3tc_e( 'cdn.stackpath.signUpAndSave', 'Sign Up Now and save!' ); ?></a>
13
-
<p class="description"><?phpw3tc_e( 'cdn.stackpath.signUpAndSave.description', 'StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now and save!' ); ?></p>
12
+
<a href="<?phpechoesc_url( W3TC_STACKPATH_SIGNUP_URL ); ?>" target="_blank" id="netdna-stackpath-create-account" class="button-primary"><?phpw3tc_e( 'cdn.stackpath.signUpAndSave', __( 'Sign Up Now and save!', 'w3-total-cache' ) ); ?></a>
13
+
<p class="description"><?phpw3tc_e( 'cdn.stackpath.signUpAndSave.description', __( 'StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now and save!', 'w3-total-cache' ) ); ?></p>
<p><?phpw3tc_e( 'cdn.stackpath.widget.header', 'Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (<acronym title="Content Delivery Network">CDN</acronym>) service to your site.' ); ?></p>
9
+
<p>
10
+
<?php
11
+
w3tc_e(
12
+
'cdn.stackpath.widget.header',
13
+
sprintf(
14
+
// translators: 1 HTML acronym for Content Delivery Network (CDN).
15
+
__( 'Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (%1$s) service to your site.', 'w3-total-cache' ),
0 commit comments