Changeset 10830
- Timestamp:
- 03/23/2009 10:05:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r10810 r10830 2744 2744 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 2745 2745 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 2746 curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); 2746 2747 2747 2748 curl_exec($ch);
Note: See TracChangeset
for help on using the changeset viewer.