Pirate filter fix

Stumble It!

Michael Heilemann wrote:

> Hey Dougal.
>
> I get the following error when I try to comment on my site with the
> pirate plugin turned on:
>
> Database error: [You have an error in your SQL syntax. Check the manual
> [...]
>
> I’m running 1.2. Any ideas?
>
> - Mike
> http://binarybonsai.com


Doh! I forgot to announce the fix for that! I discovered the problem on Friday, but I didn’t have time to write it up, and then later I forgot about it.

At the end of tfs-pirate.php, change the final if statement. Instead of

  add_filter('all','pirate');

Do:

  add_filter('the_content','pirate');
  add_filter('comment_text','pirate');

Or just re-download the package, I’ve updated it with the fix.

Stumble It!

I'm happy to use Increase Sociability.