[wp-trac] [WordPress Trac] #10349: No plugin update messages displayed in trunk
WordPress Trac
wp-trac at lists.automattic.com
Thu Aug 27 09:09:52 UTC 2009
#10349: No plugin update messages displayed in trunk
-------------------------------------+--------------------------------------
Reporter: pavelevap | Owner: dd32
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 2.9
Component: Upgrade/Install | Version: 2.9
Severity: normal | Resolution: fixed
Keywords: has-patch needs-testing |
-------------------------------------+--------------------------------------
Changes (by dd32):
* status: reopened => closed
* resolution: => fixed
Comment:
Sorry a typo:
{{{
add_filter('http_request_timeout', '_30sec_http_timeout');
function _30sec_http_timeout($timeout) {
return ($timeout > 30) ? $timeout : 30; //Return 30 or greater
}
}}}
('add_filter' not 'add_filer')
> (now does not work also after activating new plugin).
Like i said, Thats just you're slow connection, And due to the
availability of the above function, I'm going to reclose this as fixed,
Not many installs are hosted on outdated slow links anymore, and the
increased timeout for non-realtime requests is all i think you can hope
for at the present time.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10349#comment:16>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list