Ticket #9380: wp-includes--functions.php.diff

File wp-includes--functions.php.diff, 502 bytes (added by josephscott, 3 years ago)
  • wp-includes/functions.php

     
    27432743                curl_setopt($ch, CURLOPT_FAILONERROR, true); 
    27442744                curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 
    27452745                curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 
     2746                curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); 
    27462747 
    27472748                curl_exec($ch); 
    27482749 
     
    31453146} 
    31463147 
    31473148 
    3148 ?> 
    3149  No newline at end of file 
     3149?>