[wp-trac] [WordPress Trac] #10349: No plugin update messages displayed in trunk

WordPress Trac wp-trac at lists.automattic.com
Thu Aug 27 09:16:57 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  |  
-------------------------------------+--------------------------------------

Comment(by dd32):

 > this function does not work for me also with corrected typo
 Oh 'Duh! I was looking at the defaults.. God i hate the filters in that
 file, none of them make sense... (ok, some do)

 this should:
 {{{
 add_filter('http_request_args', '_30sec_http_timeout');
 function _30sec_http_timeout($r) {
   if ( $r['timeout'] < 30 )
     $r['timeout'] = 30;
   return $r;
 }
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/10349#comment:18>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list