Plugin Directory

Changeset 677549


Ignore:
Timestamp:
03/07/2013 04:15:25 PM (13 years ago)
Author:
prometh
Message:

another readme update

Location:
wp-html-compression
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-html-compression/tags/0.5.4.2/readme.txt

    r677543 r677549  
    6161= How do I compress the contents of <script> tags? =
    6262
    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`.
     63Until 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 compression inline scripts.
    6464
    6565= Are you or have you thought of using HTML Tidy? =
  • wp-html-compression/trunk/readme.txt

    r677543 r677549  
    6161= How do I compress the contents of <script> tags? =
    6262
    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`.
     63Until 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 compression inline scripts.
    6464
    6565= Are you or have you thought of using HTML Tidy? =
Note: See TracChangeset for help on using the changeset viewer.