|
With My Mind on My Money and My Money on My Mind
|
|
![]() |
![]() |
I kept losing my tags and couldn’t figure out why. A quick Technorati search revealed a super simple hack that works.
Replace this line:
if (isset($_POST['comment_post_ID'])) return $postID;
With this:
if (isset($_POST['comment_post_ID'])) return $postID;
if (isset($_POST['not_spam'])) return $postID; // akismet fix
if (isset($_POST["comment"])) return $postID; // moderation.php fix
And viola! Off to the races. Thanks to 082net for the hack!
You can leave a response, or trackback from your own site.
noah kagan Says:
January 25th, 2007 at 2:13 am
Is it worth getting that plug-in?
Chris Hooley Says:
January 25th, 2007 at 6:28 am
depends on how much you like stuff that is awesome.