I upgraded my blog to 2.2.2 a few days ago and while everything seems to be working fine, i know have a fatal error message when i try to manage the spam Akismet catches. It tells me how much spam it's caught (638) but doesn't display the spam. All i have is this message:
Fatal error: Call to undefined function: attribute_escape() in /home/statpnet/public_html/canadian-politics/vues/wp-content/plugins/akismet/akismet.php on line 345
I've looked at line 345 in that file but i don't know any php so i can't tell what the problem might be:
<form method="post" action="<?php echo attribute_escape( add_query_arg( 'noheader', 'true' ) ); ?>">
Any ideas? I did a search and found older threads where people didn't have their spam being listed, but no one mentioned a fatal error message.