feed Posts (RSS | eMail)
feed Comments (RSS | eMail)
Loading...

Archive for October 21st, 2007

Broken Dashboard Link In Akismet 2.0.2

Excerpt:

After updating the WordPress plugin for Akismet to version 2.0.2, I noticed a broken link in the dashboard where it reads “Akismet has protected your site from x,xxx spam comments”.
I found a workaround here where it says (quoting):
Search in your “akismet.php” for
clean_url(”$link?page=akismet-admin”)
and replace it with
“$link?page=akismet-admin”
(end of quote)
Worked fine for me.

back to top