RSS Wordpress 2.8.1-2.8.2 Modify for Timeout issue

RSS Wordpress 2.8.1-2.8.2 Modify for Timeout issue (RSS)
$r['timeout'] = 20; Add this line > Timeout 20 second

wp-includes/http.php
class WP_Http_Curl

$r['timeout'] = 20;
if ( $r['timeout'] > 0 && $r['timeout'] < 1 )
$r['timeout'] = 1;
$r['timeout'] = 20;

Popularity: 4% [?]

Related posts:

  1. WordPress hooks rong> WordPress provides a powerful mechanism for plugin functions to...

Related posts brought to you by Yet Another Related Posts Plugin.


You may also be interested in the following product(s)

Leave a comment

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Your email is never shared. Required fields are marked *