Changeset 37674 for trunk/src/wp-includes/Requests/Transport/cURL.php
- Timestamp:
- 06/10/2016 04:49:09 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/Requests/Transport/cURL.php
r37430 r37674 34 34 * Information on the current request 35 35 * 36 * @var array cURL information array, see {@see http ://php.net/curl_getinfo}36 * @var array cURL information array, see {@see https://secure.php.net/curl_getinfo} 37 37 */ 38 38 public $info; … … 482 482 * 483 483 * @param string $url 484 * @param array|object $data Data to build query using, see {@see http ://php.net/http_build_query}484 * @param array|object $data Data to build query using, see {@see https://secure.php.net/http_build_query} 485 485 * @return string URL with data 486 486 */
Note: See TracChangeset
for help on using the changeset viewer.