Plugin Directory

Changeset 677552


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

readme typo fix

Location:
wp-html-compression
Files:
2 edited

Legend:

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

    r677549 r677552  
    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`. **This is not recommended** as this plugin is not yet ready to compression inline scripts.
     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 *properly* compress inline scripts.
    6464
    6565= Are you or have you thought of using HTML Tidy? =
  • wp-html-compression/trunk/readme.txt

    r677549 r677552  
    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`. **This is not recommended** as this plugin is not yet ready to compression inline scripts.
     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 *properly* compress inline scripts.
    6464
    6565= Are you or have you thought of using HTML Tidy? =
Note: See TracChangeset for help on using the changeset viewer.