equal
deleted
inserted
replaced
204 _deprecated_function( __FUNCTION__, '3.0' ); |
204 _deprecated_function( __FUNCTION__, '3.0' ); |
205 |
205 |
206 return 0; |
206 return 0; |
207 } |
207 } |
208 function akismet_pingback_forwarded_for( $r, $url ) { |
208 function akismet_pingback_forwarded_for( $r, $url ) { |
209 return Akismet::pingback_forwarded_for( $r, $url ); |
209 // This functionality is now in core. |
|
210 return false; |
210 } |
211 } |
211 function akismet_pre_check_pingback( $method ) { |
212 function akismet_pre_check_pingback( $method ) { |
212 return Akismet::pre_check_pingback( $method ); |
213 return Akismet::pre_check_pingback( $method ); |
213 } |
214 } |