modified file bootstrap-buttons.css
This commit is contained in:
@ -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 & 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(); ?>
|
||||
|
Reference in New Issue
Block a user