﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
18274,Add_query_arg doesn't cope with guid in url  ie &p= becomes #038;p=,anmari,,"Add_query_arg seems to convert the & relating to any existing query arguments in the query string to the html ascii - thus breaking the url.

Surely this is not the expected behaviour?


This is happening in WordPress 3.3-aortic-dissection, and in 
WordPress 3.2.1

EG:

* the link before add_query_arg

http://localhost/wpbeta/?post_type=event&p=2530


{{{
$link = add_query_arg('eventdate',$eventdate, $link );
}}}
 

*After add_query arg:

http://localhost/wpbeta/?post_type=event&eventdate=20110728T100000#038;p=2530",defect (bug),closed,normal,,General,3.2.1,trivial,invalid,,
