[wp-trac] [WordPress Trac] #10349: No plugin update messages displayed in trunk
WordPress Trac
wp-trac at lists.automattic.com
Thu Aug 27 08:47:38 UTC 2009
#10349: No plugin update messages displayed in trunk
-------------------------------------+--------------------------------------
Reporter: pavelevap | Owner: dd32
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 2.9
Component: Upgrade/Install | Version: 2.9
Severity: normal | Resolution:
Keywords: has-patch needs-testing |
-------------------------------------+--------------------------------------
Comment(by dd32):
You could add this to a plugin or your themes functions.php file in the
meantime: (I'd nearly suggest Plugin material)
{{{
add_filer('http_request_timeout', '_30sec_http_timeout');
function _30sec_http_timeout($timeout) {
return ($timeout > 30) ? $timeout : 30; //Return 30 or greater
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10349#comment:14>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list