Changeset 36367
- Timestamp:
- 01/20/2016 06:45:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r36294 r36367 360 360 * 361 361 * @since 3.2.0 362 * @access p rivate362 * @access public 363 363 * 364 364 * @param array $args Request arguments … … 369 369 public function _get_first_available_transport( $args, $url = null ) { 370 370 $transports = array( 'curl', 'streams' ); 371 371 372 /** 372 373 * Filter which HTTP transports are available and in what order.
Note: See TracChangeset
for help on using the changeset viewer.