Ticket #19634: plugin-pach.diff
| File plugin-pach.diff, 360 bytes (added by bi0xid, 17 months ago) |
|---|
| Line | |
|---|---|
| 1 | 44c44 |
| 2 | < $request = wp_remote_post('http://api.wordpress.org/plugins/info/1.0/', array( 'timeout' => 15, 'body' => array('action' => $action, 'request' => serialize($args))) ); |
| 3 | --- |
| 4 | > $request = wp_remote_post( 'http://api.wordpress.org/plugins/info/1.0/', array( 'timeout' => 30, 'body' => array( 'action' => $action, 'request' => serialize( $args ) ) ) ); |
