Changeset 55629 for trunk/src/wp-includes/Requests/src/Transport/Curl.php
- Timestamp:
- 04/05/2023 01:10:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/Requests/src/Transport/Curl.php
r54997 r55629 466 466 * @param array $options Request options 467 467 * @return string|false HTTP response data including headers. False if non-blocking. 468 * @throws \WpOrg\Requests\Exception 468 * @throws \WpOrg\Requests\Exception If the request resulted in a cURL error. 469 469 */ 470 470 public function process_response($response, $options) { … … 562 562 * Format a URL given GET data 563 563 * 564 * @param string $url564 * @param string $url Original URL. 565 565 * @param array|object $data Data to build query using, see {@link https://www.php.net/http_build_query} 566 566 * @return string URL with data
Note: See TracChangeset
for help on using the changeset viewer.