Ticket #9380: wp-includes--functions.php.diff
File wp-includes--functions.php.diff, 502 bytes (added by , 16 years ago) |
---|
-
wp-includes/functions.php
2743 2743 curl_setopt($ch, CURLOPT_FAILONERROR, true); 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); 2748 2749 … … 3145 3146 } 3146 3147 3147 3148 3148 ?> 3149 No newline at end of file 3149 ?>