Changeset 24896 for branches/3.6/wp-includes/class-http.php
- Timestamp:
- 07/30/2013 06:41:03 PM (12 years ago)
- Location:
- branches/3.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.6
- Property svn:mergeinfo changed
/trunk merged: 24894-24895
- Property svn:mergeinfo changed
-
branches/3.6/wp-includes/class-http.php
r24767 r24896 88 88 'httpversion' => apply_filters( 'http_request_version', '1.0'), 89 89 'user-agent' => apply_filters( 'http_headers_useragent', 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' ) ), 90 'reject_unsafe_urls' => apply_filters( 'http_request_reject_unsafe_urls', true ),90 'reject_unsafe_urls' => apply_filters( 'http_request_reject_unsafe_urls', false ), 91 91 'blocking' => true, 92 92 'headers' => array(),
Note: See TracChangeset
for help on using the changeset viewer.