#20412 closed defect (bug) (invalid)
add_query_arg() doesn't work with already exisitng CGI vars
Reported by: | porton | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.3.1 |
Component: | General | Keywords: | needs-unit-tests |
Focuses: | Cc: |
Description
add_query_arg('filter', '125', '/project/?lang=en') returns /project/?lang=en&filter=125?lang=en (with two lang=en).
Change History (2)
Note: See
TracTickets for help on using
tickets.
Oh, I misread the value. I am closing the bug.