updated plugin W3 Total Cache version 2.5.0

This commit is contained in:
2023-10-22 22:21:26 +00:00
committed by Gitium
parent 2f6b5b6047
commit 9e3fa792d7
255 changed files with 10113 additions and 23010 deletions

View File

@ -39,27 +39,6 @@ if ( ! defined( 'W3TC' ) ) {
?>
</p>
<p>
<?php
echo wp_kses(
sprintf(
// translators: 1 HTML submit button to rebuild minify cache.
__(
'To rebuild the minify cache use the %1$s operation.',
'w3-total-cache'
),
Util_Ui::nonce_field( 'w3tc' ) . '<input type="submit" name="w3tc_flush_minify" value="' . esc_attr__( 'empty cache', 'w3-total-cache' ) . '"' . disabled( $minify_enabled, false, false ) . ' class="button" />'
),
array(
'input' => array(
'type' => array(),
'name' => array(),
'value' => array(),
'disabled' => array(),
'class' => array(),
),
)
);
?>
<?php if ( ! $auto ) : ?>
<?php esc_html_e( 'Get minify hints using the', 'w3-total-cache' ); ?>
<input type="button" class="button button-minify-recommendations {nonce: '<?php echo esc_attr( wp_create_nonce( 'w3tc' ) ); ?>'}" value="<?php esc_attr_e( 'help', 'w3-total-cache' ); ?>" />
@ -87,9 +66,9 @@ if ( ! defined( 'W3TC' ) ) {
);
?>
</p>
</form>
<form id="minify_form" action="admin.php?page=<?php echo esc_attr( $this->_page ); ?>" method="post">
<?php Util_UI::print_control_bar( 'minify_form_control' ); ?>
<div class="metabox-holder">
<?php Util_Ui::postbox_header( esc_html__( 'General', 'w3-total-cache' ), '', 'general' ); ?>
<table class="form-table">
@ -153,7 +132,6 @@ if ( ! defined( 'W3TC' ) ) {
?>
</table>
<?php Util_Ui::button_config_save( 'minify_general' ); ?>
<?php Util_Ui::postbox_footer(); ?>
<?php
@ -249,7 +227,6 @@ if ( ! defined( 'W3TC' ) ) {
?>
</table>
<?php Util_Ui::button_config_save( 'minify_html_xml' ); ?>
<?php Util_Ui::postbox_footer(); ?>
<?php
@ -601,7 +578,6 @@ if ( ! defined( 'W3TC' ) ) {
?>
</table>
<?php Util_Ui::button_config_save( 'minify_js' ); ?>
<?php Util_Ui::postbox_footer(); ?>
<?php
@ -877,7 +853,6 @@ if ( ! defined( 'W3TC' ) ) {
?>
</table>
<?php Util_Ui::button_config_save( 'minify_css' ); ?>
<?php Util_Ui::postbox_footer(); ?>
<?php Util_Ui::postbox_header( esc_html__( 'Advanced', 'w3-total-cache' ), '', 'advanced' ); ?>
@ -1004,7 +979,6 @@ if ( ! defined( 'W3TC' ) ) {
<?php endif; ?>
</table>
<?php Util_Ui::button_config_save( 'minify_advanced' ); ?>
<?php Util_Ui::postbox_footer(); ?>
<?php Util_Ui::postbox_header( esc_html__( 'Note(s):', 'w3-total-cache' ), '', 'notes' ); ?>
@ -1071,5 +1045,3 @@ if ( ! defined( 'W3TC' ) ) {
<?php Util_Ui::postbox_footer(); ?>
</div>
</form>
<?php require W3TC_INC_DIR . '/options/common/footer.php'; ?>