remove user_id variable from activitypub_safe_remote_get_response
This commit is contained in:
parent
f79200ef27
commit
0d5c249eaf
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class Http {
|
|||
$response = new WP_Error( $code, __( 'Failed HTTP Request', 'activitypub' ) );
|
||||
}
|
||||
|
||||
\do_action( 'activitypub_safe_remote_get_response', $response, $url, $user_id );
|
||||
\do_action( 'activitypub_safe_remote_get_response', $response, $url );
|
||||
|
||||
return $response;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue