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
This commit is contained in:
azaozz 2009-06-26 14:41:12 +00:00
parent 8b64b300cc
commit fe384afb00
1 changed files with 1 additions and 1 deletions

View File

@ -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