From 55fed78c605b6db513047db73bcdd27c4a197300 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Fri, 26 Jun 2009 14:41:12 +0000 Subject: [PATCH] Add missing localization in WP_HTTP, props Denis-de-Bernardy, fixes #10231 for trunk git-svn-id: https://develop.svn.wordpress.org/trunk@11653 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/http.php b/wp-includes/http.php index 408fd56e62..e431bd1998 100644 --- a/wp-includes/http.php +++ b/wp-includes/http.php @@ -239,7 +239,7 @@ class WP_Http { $arrURL = parse_url($url); if ( $this->block_request( $url ) ) - return new WP_Error('http_request_failed', 'User has blocked requests through HTTP.'); + return new WP_Error('http_request_failed', __('User has blocked requests through HTTP.')); // Determine if this is a https call and pass that on to the transport functions // so that we can blacklist the transports that do not support ssl verification