Update akismet
This commit is contained in:
parent
1e3ac16676
commit
6ed0abf6a3
8 changed files with 53 additions and 37 deletions
|
@ -206,7 +206,8 @@ function akismet_kill_proxy_check( $option ) {
|
|||
return 0;
|
||||
}
|
||||
function akismet_pingback_forwarded_for( $r, $url ) {
|
||||
return Akismet::pingback_forwarded_for( $r, $url );
|
||||
// This functionality is now in core.
|
||||
return false;
|
||||
}
|
||||
function akismet_pre_check_pingback( $method ) {
|
||||
return Akismet::pre_check_pingback( $method );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue