script loader phpdoc improvements. Props nacin. fixes #11201
git-svn-id: https://develop.svn.wordpress.org/trunk@12244 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3430acef10
commit
b4ef4d5fc9
|
@ -8,8 +8,9 @@
|
||||||
* file.
|
* file.
|
||||||
*
|
*
|
||||||
* Several constants are used to manage the loading, concatenating and compression of scripts and CSS:
|
* Several constants are used to manage the loading, concatenating and compression of scripts and CSS:
|
||||||
* define('SCRIPT_DEBUG', true); loads the development (non-minified) versions of all scripts and disables compression and concatenation
|
* define('SCRIPT_DEBUG', true); loads the development (non-minified) versions of all scripts and disables compression and concatenation,
|
||||||
* define('CONCATENATE_SCRIPTS', false); disables compression and concatenation,
|
* define('STYLE_DEBUG', true); loads the development (non-minified) versions of all CSS and disables compression and concatenation,
|
||||||
|
* define('CONCATENATE_SCRIPTS', false); disables compression and concatenation of scripts and CSS,
|
||||||
* define('COMPRESS_SCRIPTS', false); disables compression of scripts,
|
* define('COMPRESS_SCRIPTS', false); disables compression of scripts,
|
||||||
* define('COMPRESS_CSS', false); disables compression of CSS,
|
* define('COMPRESS_CSS', false); disables compression of CSS,
|
||||||
* define('ENFORCE_GZIP', true); forces gzip for compression (default is deflate).
|
* define('ENFORCE_GZIP', true); forces gzip for compression (default is deflate).
|
||||||
|
|
Loading…
Reference in New Issue