[wp-trac] Re: [WordPress Trac] #4884: wp_nonce_url() is generating broken URLs

WordPress Trac wp-trac at lists.automattic.com
Sun Sep 2 05:51:12 GMT 2007


#4884: wp_nonce_url() is generating broken URLs
-----------------------------+----------------------------------------------
 Reporter:  Viper007Bond     |        Owner:  markjaquith
     Type:  defect           |       Status:  closed     
 Priority:  highest omg bbq  |    Milestone:  2.3        
Component:  General          |      Version:  2.3        
 Severity:  blocker          |   Resolution:  fixed      
 Keywords:                   |  
-----------------------------+----------------------------------------------
Changes (by markjaquith):

  * keywords:  needs-patch =>

Comment:

 Problem was that we were doing {{{urlencode_deep()}}}, but
 {{{http_build_query()}}} also does that -- so we were double-encoding.
 The &-to-& conversion needs to stay -- but I moved it to
 wp_nonce_url().

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


More information about the wp-trac mailing list