equal
deleted
inserted
replaced
173 return Akismet::get_ip_address(); |
173 return Akismet::get_ip_address(); |
174 } |
174 } |
175 function akismet_cron_recheck() { |
175 function akismet_cron_recheck() { |
176 return Akismet::cron_recheck(); |
176 return Akismet::cron_recheck(); |
177 } |
177 } |
178 function akismet_add_comment_nonce() { |
178 function akismet_add_comment_nonce( $post_id ) { |
179 return Akismet::add_comment_nonce( $post_id ); |
179 return Akismet::add_comment_nonce( $post_id ); |
180 } |
180 } |
181 function akismet_fix_scheduled_recheck() { |
181 function akismet_fix_scheduled_recheck() { |
182 return Akismet::fix_scheduled_recheck(); |
182 return Akismet::fix_scheduled_recheck(); |
183 } |
183 } |