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

@ -7,7 +7,7 @@ if ( ! defined( 'W3TC' ) ) {
?>
<?php require W3TC_INC_DIR . '/options/common/header.php'; ?>
<form action="admin.php?page=<?php echo esc_attr( $this->_page ); ?>" method="post">
<form action="admin.php?page=w3tc_general" method="post">
<div class="metabox-holder">
<?php Util_Ui::postbox_header( esc_html__( 'Database Cluster Configuration File', 'w3-total-cache' ) ); ?>
<table class="form-table">
@ -56,5 +56,3 @@ if ( ! defined( 'W3TC' ) ) {
<?php Util_Ui::postbox_footer(); ?>
</div>
</form>
<?php require W3TC_INC_DIR . '/options/common/footer.php'; ?>