From fe384afb00fcd776cd1a5591cb1bb14482e20d14 Mon Sep 17 00:00:00 2001 From: azaozz 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: http://svn.automattic.com/wordpress/trunk@11653 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 408fd56e6..e431bd199 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