Changeset 677552
- Timestamp:
- 03/07/2013 04:21:58 PM (13 years ago)
- Location:
- wp-html-compression
- Files:
-
- 2 edited
-
tags/0.5.4.2/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-html-compression/tags/0.5.4.2/readme.txt
r677549 r677552 61 61 = How do I compress the contents of <script> tags? = 62 62 63 Until a settings page is created, you'll have to edit the file from the "Plugins" menu in the WordPress admin. Set `$compress_js` on line `21` of *libs/html-minify.php* to `true`. **This is not recommended** as this plugin is not yet ready to compressioninline scripts.63 Until a settings page is created, you'll have to edit the file from the "Plugins" menu in the WordPress admin. Set `$compress_js` on line `21` of *libs/html-minify.php* to `true`. **This is not recommended** as this plugin is not yet ready to *properly* compress inline scripts. 64 64 65 65 = Are you or have you thought of using HTML Tidy? = -
wp-html-compression/trunk/readme.txt
r677549 r677552 61 61 = How do I compress the contents of <script> tags? = 62 62 63 Until a settings page is created, you'll have to edit the file from the "Plugins" menu in the WordPress admin. Set `$compress_js` on line `21` of *libs/html-minify.php* to `true`. **This is not recommended** as this plugin is not yet ready to compressioninline scripts.63 Until a settings page is created, you'll have to edit the file from the "Plugins" menu in the WordPress admin. Set `$compress_js` on line `21` of *libs/html-minify.php* to `true`. **This is not recommended** as this plugin is not yet ready to *properly* compress inline scripts. 64 64 65 65 = Are you or have you thought of using HTML Tidy? =
Note: See TracChangeset
for help on using the changeset viewer.