You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// translators: First is the host blocked, second is the full url called
60
-
$response = new \WP_Error( 'http_request_blocked', sprintf( __( 'Host %1$s with URL %2$s is blocked from a deny list.', 'wp-http-blocklist' ), $request_host, $url ) );
60
+
$response = new \WP_Error( 'http_request_blocked', sprintf( __( 'Host %1$s is blocked from a deny list.', 'wp-http-blocklist' ), $request_host ) );
61
61
/** This action is documented in wp-includes/class-http.php */
0 commit comments