#3078 closed defect (bug) (fixed)
Allow fragments in URL passed to add_query_arg
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.1 |
Component: | General | Keywords: | has-patch 2nd-opinion |
Focuses: | Cc: |
Description
If http://example.com/#frag is passed to add_query arg, we end up with http://example.com/#frag?k=v.
Attached patches so that http://example.com/?k=v#frag is the result.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
(In [4123]) Keep the frag at the end. Props mdawaffe. fixes #3078