changeset 7 | cf61fcea0001 |
parent 5 | 5e2f62d02dcd |
child 9 | 177826044cd9 |
--- 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() {