Make WordPress Core


Ignore:
Timestamp:
04/13/2010 09:45:57 PM (16 years ago)
Author:
ryan
Message:

Always include class-http.php. see #12990

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/http.php

    r13377 r14079  
    2222function &_wp_http_get_object() {
    2323    static $http;
    24 
    25     if ( ! class_exists('WP_Http') )
    26         require( ABSPATH . WPINC . '/class-http.php' );
    2724
    2825    if ( is_null($http) )
Note: See TracChangeset for help on using the changeset viewer.