Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#20412 closed defect (bug) (invalid)

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

Reported by: porton's profile 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)

#1 @porton
13 years ago

  • Keywords needs-unit-tests added
  • Resolution set to invalid
  • Status changed from new to closed

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

#2 @helenyhou
13 years ago

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