[wp-trac] [WordPress Trac] #13452: Use http_build_query compat function

WordPress Trac wp-trac at lists.automattic.com
Wed May 19 10:16:57 UTC 2010


#13452: Use http_build_query compat function
---------------------------+------------------------------------------------
 Reporter:  simonwheatley  |       Owner:                        
     Type:  defect (bug)   |      Status:  new                   
 Priority:  normal         |   Milestone:  Unassigned            
Component:  General        |     Version:                        
 Severity:  normal         |    Keywords:  has-patch dev-feedback
---------------------------+------------------------------------------------
 We now have the compat function http_build_query so should use it rather
 than _http_build_query wherever possible. The first attached diff (use
 http_build_query in WP_Http.diff) simplifies WP_Http by removing a
 conditional, and the second (use http_build_query in WP_Http.diff)
 switched build_query to use http_build_query rather than
 _http_build_query.

 Relevant: #9044

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13452>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list