Opened 7 years ago
Closed 7 years ago
#3308 closed defect (bug) (fixed)
add_query_arg() removes blank query vars
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | General | Version: | 2.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
skeltoac: can anybody explain why add_query_arg removes blank query vars?
This results in a destructive query var addition, in which existing (but blank) args disappear.
remove_query_arg() was removing by passing a blank string. Upcoming patch moves that to FALSE, which allows blank query vars to be added.
It also preserves ?foo&bar=test vs ?foo=&bar=test
In all, it just preserves the existing QS a whole lot better.
Attachments (1)
Change History (2)
markjaquith — 7 years ago
comment:1
markjaquith — 7 years ago
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Patch for trunk