bug report
-
Hi,
great plugin, thanks.
I don’t know if this forum is the right place – but just in case…:
There is a small bug in wpfp-page-template.php (v1.6.2)44c54 < echo $wpfp_options['favorites_empty']; --- > echo htmlspecialchars_decode( stripslashes($wpfp_options['favorites_empty']));
If you’ve got apostrophes or similar characters in your ‘favorites_empty’ string, they will be rendered with a backslash if stripslashes is missing.
Plus an idea: since I don’t allow registration on my site and I use w3tc for caching, I had to disable the bit of code which tests whether the post is already favorited (it might get cached stuck with a remove link).
You might add a tick box in the options, asking whether the site uses caching – and if so only ever show the add to favorites link.Regards,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘bug report’ is closed to new replies.