diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-content/plugins/akismet/wrapper.php --- a/wp/wp-content/plugins/akismet/wrapper.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-content/plugins/akismet/wrapper.php Mon Oct 14 17:39:30 2019 +0200 @@ -175,7 +175,7 @@ function akismet_cron_recheck() { return Akismet::cron_recheck(); } -function akismet_add_comment_nonce() { +function akismet_add_comment_nonce( $post_id ) { return Akismet::add_comment_nonce( $post_id ); } function akismet_fix_scheduled_recheck() {