'Akismet', 'URL' => $admin_url ) ); return $menu; } function akismet_user_comment_check_wrapper($action, $comment) { include_once( dirname(__FILE__).'/check.inc.php' ); return akismet_user_comment_check($action, $comment); } ?>