installed plugin W3 Total Cache
version 2.3.2
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace W3TC;
|
||||
|
||||
if ( !defined( 'W3TC' ) )
|
||||
die();
|
||||
|
||||
?>
|
||||
<?php $this->checkbox( 'minify.js.strip.comments', false, 'js_' ) ?> <?php Util_Ui::e_config_label( 'minify.js.strip.comments' ) ?></label><br />
|
||||
<?php $this->checkbox( 'minify.js.strip.crlf', false, 'js_' ) ?> <?php Util_Ui::e_config_label( 'minify.js.strip.crlf' ) ?></label><br />
|
Reference in New Issue
Block a user