updated plugin W3 Total Cache version 2.3.3

This commit is contained in:
2023-06-28 12:45:56 +00:00
committed by Gitium
parent 7d5eef77cf
commit aa3da0eb92
129 changed files with 17998 additions and 186 deletions

View File

@ -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(