- Timestamp:
- 05/11/2021 07:40:41 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/Requests/Exception/Transport/cURL.php
r46586 r50842 3 3 class Requests_Exception_Transport_cURL extends Requests_Exception_Transport { 4 4 5 const EASY = 'cURLEasy';5 const EASY = 'cURLEasy'; 6 6 const MULTI = 'cURLMulti'; 7 7 const SHARE = 'cURLShare';
Note: See TracChangeset
for help on using the changeset viewer.