[wp-trac] Re: [WordPress Trac] #8476: Plugin update info not fetched/Wrong code in $raw_response?

WordPress Trac wp-trac at lists.automattic.com
Sun Dec 7 16:15:35 GMT 2008


#8476: Plugin update info not fetched/Wrong code in $raw_response?
---------------------+------------------------------------------------------
 Reporter:  greps    |        Owner:     
     Type:  defect   |       Status:  new
 Priority:  high     |    Milestone:  2.7
Component:  Plugins  |      Version:  2.7
 Severity:  major    |   Resolution:     
 Keywords:           |  
---------------------+------------------------------------------------------
Comment (by jacobsantos):

 Add this plugin or the code to the current plugin.

 {{{
 #!php
 <?php
 /*
 Plugin Name: Disable cURL
 Description: Isolate trouble transport.
 Version: 1.0
 */

 function mad_dog_disable_curl($isEnabled)
 {
     return false;
 }

 add_filter('use_curl_transport', 'mad_dog_disable_curl');
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8476#comment:20>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list