Changeset 14079 for trunk/wp-includes/http.php
- Timestamp:
- 04/13/2010 09:45:57 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/http.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/http.php
r13377 r14079 22 22 function &_wp_http_get_object() { 23 23 static $http; 24 25 if ( ! class_exists('WP_Http') )26 require( ABSPATH . WPINC . '/class-http.php' );27 24 28 25 if ( is_null($http) )
Note: See TracChangeset
for help on using the changeset viewer.