Changeset 14079
- Timestamp:
- 04/13/2010 09:45:57 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
wp-includes/http.php (modified) (1 diff)
-
wp-settings.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) ) -
trunk/wp-settings.php
r14041 r14079 130 130 require( ABSPATH . WPINC . '/media.php' ); 131 131 require( ABSPATH . WPINC . '/http.php' ); 132 require( ABSPATH . WPINC . '/class-http.php' ); 132 133 require( ABSPATH . WPINC . '/widgets.php' ); 133 134 require( ABSPATH . WPINC . '/nav-menu.php' );
Note: See TracChangeset
for help on using the changeset viewer.