installed plugin W3 Total Cache
version 2.3.2
This commit is contained in:
15
wp-content/plugins/w3-total-cache/inc/mime/cssjs.php
Normal file
15
wp-content/plugins/w3-total-cache/inc/mime/cssjs.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* CSS and JS mime types
|
||||
*/
|
||||
return array(
|
||||
'css' => 'text/css',
|
||||
'htc' => 'text/x-component',
|
||||
'less' => 'text/css',
|
||||
//JS - varieties
|
||||
'js' => 'application/x-javascript',
|
||||
'js2' => 'application/javascript',
|
||||
'js3' => 'text/javascript',
|
||||
'js4' => 'text/x-js',
|
||||
);
|
Reference in New Issue
Block a user