modified file bootstrap-buttons.css

This commit is contained in:
2023-12-08 23:23:36 +00:00
committed by Gitium
parent 33d18af972
commit 3f4d8b933f
2304 changed files with 24432 additions and 417943 deletions

View File

@ -4,12 +4,24 @@ namespace W3TC;
if ( ! defined( 'W3TC' ) ) {
die();
}
Util_Ui::postbox_header_tabs(
esc_html__( 'Network Performance & Security powered by CloudFlare', 'w3-total-cache' ),
esc_html__(
'CloudFlare is a powerful content delivery network (CDN) and security service that can greatly enhance
the performance and security of your WordPress website. By integrating CloudFlare with W3 Total Cache,
you can take advantage of its global network of servers to deliver your website\'s content faster to
visitors from around the world, resulting in reduced loading times and improved user experience.
Additionally, CloudFlare offers various optimization features like minification, caching, and image
optimization, further accelerating your website\'s loading speed and overall performance.',
'w3-total-cache'
),
'',
'cloudflare'
);
Util_Ui::config_overloading_button( array( 'key' => 'cloudflare.configuration_overloaded' ) );
?>
<?php Util_Ui::postbox_header( esc_html__( 'Network Performance &amp; Security powered by CloudFlare', 'w3-total-cache' ), '', 'cloudflare' ); ?>
<?php Util_Ui::config_overloading_button( array( 'key' => 'cloudflare.configuration_overloaded' ) ); ?>
<p>
<?php esc_html_e( 'CloudFlare protects and accelerates websites.', 'w3-total-cache' ); ?>
</p>
<table class="form-table">
<?php
@ -34,10 +46,4 @@ if ( ! defined( 'W3TC' ) ) {
?>
</table>
<?php
Util_Ui::button_config_save(
'general_cloudflare',
'<input type="submit" name="w3tc_cloudflare_flush" value="' . esc_attr__( 'Empty cache', 'w3-total-cache' ) . '" class="button" />'
);
?>
<?php Util_Ui::postbox_footer(); ?>