wp/wp-content/plugins/akismet/wrapper.php
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
child 9 177826044cd9
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
   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 }