Changeset 10150 for trunk/wp-includes/http.php
- Timestamp:
- 12/09/2008 06:03:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/http.php
r10117 r10150 154 154 if ( isset($working_transport[$transport]) ) 155 155 $nonblocking_transport[] = &$working_transport[$transport]; 156 } 156 } 157 157 } 158 158 … … 223 223 $r = wp_parse_args( $args, $defaults ); 224 224 $r = apply_filters( 'http_request_args', $r ); 225 225 226 226 if ( is_null( $r['headers'] ) ) 227 227 $r['headers'] = array();
Note: See TracChangeset
for help on using the changeset viewer.