Changeset 34174
- Timestamp:
- 09/15/2015 08:11:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r34123 r34174 300 300 */ 301 301 public function _get_first_available_transport( $args, $url = null ) { 302 $transports = array( 'curl', 'streams' ); 302 303 /** 303 304 * Filter which HTTP transports are available and in what order. … … 310 311 * @param string $url The URL to request. 311 312 */ 312 $transports = array( 'curl', 'streams' );313 313 $request_order = apply_filters( 'http_api_transports', $transports, $args, $url ); 314 314
Note: See TracChangeset
for help on using the changeset viewer.