Changeset 37342 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 05/02/2016 03:59:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r36749 r37342 111 111 * @type string $user-agent User-agent value sent. 112 112 * Default WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' ). 113 * @type bool $reject_unsafe_urls Whether to pass URLs through {@see wp_http_validate_url()}.113 * @type bool $reject_unsafe_urls Whether to pass URLs through wp_http_validate_url(). 114 114 * Default false. 115 115 * @type bool $blocking Whether the calling code requires the result of the request.
Note: See TracChangeset
for help on using the changeset viewer.