webmaestro
Member
Posted 1 year ago #
On the Other Notes documentation page, it indicates:
It is now possible to hook into the caching process using the add_cacheacton() function.
It looks like add_cacheacton() is misspelled and should be add_cacheaction(), as indicated in Step 2 three lines below.
Thanks, just fixed this in trunk.
webmaestro
Member
Posted 1 year ago #
Thanks... BTW, here's another one...
On this page:
http://wordpress.org/extend/plugins/wp-super-cache/faq/
The portion indicating how to create wp-content/advanced-cache.php provides a unix command to create the symlink:
ln -s plugins/wp-super-cache/wp-cache-phase1.php advanced-cache.php
It doesn't say 'if you're using WordPressMU replace plugins/ with mu-plugins/, so someone--even if they 'know' they should replace plugins/wp-super-cache/wp-cache-phase1.php with mu-plugins/wp-super-cache/wp-cache-phase1.php, might forget briefly... ;-)
Thanks, added a note to that point.