From bf475c9d6f7788f435256d4271e2ff9f32f9f4f7 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 13 Jan 2011 05:08:40 +0000 Subject: [PATCH] Just a typo of the class name. fixes #14786. git-svn-id: https://develop.svn.wordpress.org/trunk@17282 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/class-http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-http.php b/wp-includes/class-http.php index cdd7784b5e..5d7f83d87b 100644 --- a/wp-includes/class-http.php +++ b/wp-includes/class-http.php @@ -1138,7 +1138,7 @@ class WP_Http_Streams { * @subpackage HTTP * @since 2.7.0 */ -class WP_Http_ExtHTTP { +class WP_Http_ExtHttp { /** * Send a HTTP request to a URI using HTTP extension. *