Changeset 17925 for trunk/wp-includes/class-http.php
- Timestamp:
- 05/14/2011 09:50:20 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-http.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r17914 r17925 193 193 194 194 /** 195 * Tests which transports are capab able of supporting the request.195 * Tests which transports are capable of supporting the request. 196 196 * 197 197 * @since 3.2.0 … … 248 248 return new WP_Error( 'http_failure', __( 'There are no HTTP transports available which can complete the requested request.' ) ); 249 249 250 // Transport claims to support request, Instantate it and give it a whirl.250 // Transport claims to support request, instantiate it and give it a whirl. 251 251 if ( empty( $transports[$class] ) ) 252 252 $transports[$class] = new $class;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)