Changeset 41686 for trunk/src/wp-includes/class-wp-http-curl.php
- Timestamp:
- 10/02/2017 10:01:23 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-http-curl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-curl.php
r41162 r41686 208 208 * @since 2.8.0 209 209 * 210 * @param resource &$handle The cURL handle returned by curl_init().210 * @param resource $handle The cURL handle returned by curl_init() (passed by reference). 211 211 * @param array $r The HTTP request arguments. 212 212 * @param string $url The request URL.
Note: See TracChangeset
for help on using the changeset viewer.