updated plugin W3 Total Cache
version 2.3.3
This commit is contained in:
@ -165,13 +165,13 @@ class Licensing_Plugin_Admin {
|
||||
} elseif ( $this->_status_is( $status, 'inactive.expired' ) ) {
|
||||
$message = wp_kses(
|
||||
sprintf(
|
||||
// translators: 1 HTML input button for renewing licence.
|
||||
// translators: 1 HTML input button for renewing license.
|
||||
__(
|
||||
'It looks like your W3 Total Cache Pro License has expired. %1$s to continue using the Pro Features',
|
||||
'It looks like your W3 Total Cache Pro license has expired. %1$s to continue using the Pro features',
|
||||
'w3-total-cache'
|
||||
),
|
||||
'<input type="button" class="button-primary button-buy-plugin" data-nonce="' .
|
||||
esc_url( wp_create_nonce( 'w3tc' ) ) . '" data-renew-key="' . esc_attr( $this->get_license_key() ) .
|
||||
wp_create_nonce( 'w3tc' ) . '" data-renew-key="' . esc_attr( $this->get_license_key() ) .
|
||||
'" data-src="licensing_expired" value="' . __( 'Renew Now', 'w3-total-cache' ) . '" />'
|
||||
),
|
||||
array(
|
||||
|
Reference in New Issue
Block a user