Always include class-http.php. see #12990

git-svn-id: http://svn.automattic.com/wordpress/trunk@14079 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2010-04-13 21:45:57 +00:00
parent 2906ded640
commit 1f93931d55
2 changed files with 1 additions and 3 deletions

View File

@@ -22,9 +22,6 @@
function &_wp_http_get_object() {
static $http;
if ( ! class_exists('WP_Http') )
require( ABSPATH . WPINC . '/class-http.php' );
if ( is_null($http) )
$http = new WP_Http();