Changeset 10831
- Timestamp:
- 03/23/2009 10:20:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-includes/functions.php
r10618 r10831 2619 2619 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 2620 2620 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 2621 curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); 2621 2622 2622 2623 curl_exec($ch); … … 2910 2911 return $can_clone ? clone( $object ) : $object; 2911 2912 } 2912 2913 2914 2913 ?>
Note: See TracChangeset
for help on using the changeset viewer.