Changeset 10294
- Timestamp:
- 01/04/2009 04:34:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/http.php
r10289 r10294 237 237 238 238 $r = wp_parse_args( $args, $defaults ); 239 $r = apply_filters( 'http_request_args', $r );239 $r = apply_filters( 'http_request_args', $r, $url ); 240 240 241 241 if ( is_null( $r['headers'] ) )
Note: See TracChangeset
for help on using the changeset viewer.