updated plugin W3 Total Cache
version 2.5.0
This commit is contained in:
@ -21,36 +21,9 @@ if ( ! defined( 'W3TC' ) ) {
|
||||
'<acronym title="' . __( 'Content Delivery Network', 'w3-total-cache' ) . '">' . __( 'CDN', 'w3-total-cache' ) . '</acronym>'
|
||||
)
|
||||
);
|
||||
|
||||
if ( ! $cdnfsd_enabled ) {
|
||||
echo ' ' . wp_kses(
|
||||
sprintf(
|
||||
// translators: 1 opening HTML acronym tag, 2 closing HTML acronym tag,
|
||||
// translators: 3 opening HTML a tag to W3TC MaxCDN Signup admin page, 4 closing HTML a tag.
|
||||
__(
|
||||
'If you do not have a %1$sCDN%2$s provider try StackPath. %3$sSign up now to enjoy a special offer!%4$s.',
|
||||
'w3-total-cache'
|
||||
),
|
||||
'<acronym title="' . esc_attr__( 'Content Delivery Network', 'w3-total-cache' ) . '">',
|
||||
'</acronym>',
|
||||
'<a href="' . esc_url( wp_nonce_url( Util_Ui::admin_url( 'admin.php?page=w3tc_dashboard&w3tc_cdn_stackpath_signup' ), 'w3tc' ) ) . '" target="_blank">',
|
||||
'</a>'
|
||||
),
|
||||
array(
|
||||
'acronym' => array(
|
||||
'title' => array(),
|
||||
),
|
||||
'a' => array(
|
||||
'href' => array(),
|
||||
'target' => array(),
|
||||
),
|
||||
)
|
||||
);
|
||||
}
|
||||
?>
|
||||
</p>
|
||||
|
||||
<table class="<?php echo esc_attr( Util_Ui::table_class() ); ?>">
|
||||
<table class="form-table">
|
||||
<?php
|
||||
Util_Ui::config_item_pro(
|
||||
array(
|
||||
|
Reference in New Issue
Block a user