﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
4464,"leading ""?"" removed from query strings passed through add_query_arg()",markjaquith,anonymous,"example:

{{{
$test = '?s=test&paged=2';
$test = remove_query_arg('paged', $test);
echo $test;
}}}

expected result:

{{{
?s=test
}}}

actual result:

{{{
s=test
}}}",defect (bug),closed,normal,2.2.1,General,2.2,normal,fixed,,
