wp/wp-content/plugins/akismet/wrapper.php
changeset 9 177826044cd9
parent 7 cf61fcea0001
equal deleted inserted replaced
8:c7c34916027a 9:177826044cd9
   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 }