Changeset 27475
- Timestamp:
- 03/08/2014 09:53:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r27262 r27475 1350 1350 * @since 2.8.0 1351 1351 * 1352 * @param array $handle cURL options set using curl_setopt(). 1352 * @param resource &$handle The cURL handle returned by curl_init(). 1353 * @param array $r The HTTP request arguments. 1354 * @param string $url The destination URL. 1353 1355 */ 1354 do_action_ref_array( 'http_api_curl', array( &$handle) );1356 do_action_ref_array( 'http_api_curl', array( &$handle, $r, $url ) ); 1355 1357 1356 1358 // We don't need to return the body, so don't. Just execute request and return.
Note: See TracChangeset
for help on using the changeset viewer.