Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#20412 closed defect (bug) (invalid)

add_query_arg() doesn't work with already exisitng CGI vars

Reported by: porton Owned by:
Priority: normal Milestone:
Component: General Version: 3.3.1
Severity: normal Keywords: needs-unit-tests
Cc: Focuses:

Description

add_query_arg('filter', '125', '/project/?lang=en') returns /project/?lang=en&filter=125?lang=en (with two lang=en).

Change History (2)

#1 @porton
14 years ago

  • Keywords needs-unit-tests added
  • Resolutioninvalid
  • Status newclosed

Oh, I misread the value. I am closing the bug.

#2 @helenyhou
14 years ago

  • Milestone Awaiting Review
Note: See TracTickets for help on using tickets.