updated plugin W3 Total Cache
version 2.5.0
This commit is contained in:
@ -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'; ?>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user