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'; ?>

View File

@ -9,7 +9,7 @@ if ( !defined( 'W3TC' ) )
<th><label for="w3tc_dbcluster_config">Database cluster:</th>
<td>
<input type="submit" id="w3tc_dbcluster_config" name="w3tc_dbcluster_config" class="button"
value="<?php echo Util_Environment::is_dbcluster() ? 'Edit Database Cluster Configuration' : 'Enable database cluster'; ?>" />
value="<?php echo Util_Environment::is_dbcluster( $this->_config ) ? 'Edit Database Cluster Configuration' : 'Enable database cluster'; ?>" />
<p class="description">Create db-cluster-config.php file with your database cluster configuration to enable it.</p>
</td>
</tr>