FIX: Wordpress 2.5 / Akismet 2.1.4

May 14th, 2008 at 11:59 am by Mark Steel
Tags: , , , , , ,

     There’s a stopper-style bug in the the latest Akismet plugin for Wordpress.  If you have multiple pages of Spam Comments, it keeps returning the first fifty — not good if you get as much Spam as we do, as we have to periodically check for false positives.
     The fix is easy…

     In Akismet 2.1.4, change wp-content/plugins/akismet/akismet.php, line 483 from:

        $comments = akismet_spam_comments( $current_type );

     to

        $comments = akismet_spam_comments( $current_type, $page );

     And Enjoy.  ;-)

Social Bookmarks:
  • Digg
  • del.icio.us
  • Fark
  • Reddit
  • Slashdot
  • SphereIt
  • StumbleUpon
  • TailRank
  • Technorati
  • YahooMyWeb

One Response to “FIX: Wordpress 2.5 / Akismet 2.1.4”

  1. Mark commenting on FIX: Wordpress 2.5 / Akismet 2.1.4
    Mark Says:

    Go figure … Akismet 2.1.5 was released today, and the Wordpress trac was update with my fix. ;-)

Leave a Reply