Bug in akismet_stats_display with hardcoded key
-
I’ve hardcoded my WordPress API key into the akismet.php file to use on a WPMU service, and it’s working fine except for the stats display page. Line 171 of the current version of akismet.php has a call to
get_option('wordpress_api_key')but no fallback to get the value of the hardcoded$wpcom_api_keyIf I change that line to use
$wpcom_api_keyinstead, it works fine. Looks like it’s choking on the null value, trying to call for the embedded iframe page at something like http://.web.akismet.com/…
The topic ‘Bug in akismet_stats_display with hardcoded key’ is closed to new replies.