Make WordPress Core

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#3078 closed defect (bug) (fixed)

Allow fragments in URL passed to add_query_arg

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

3078.diff (773 bytes) - added by mdawaffe 19 years ago.

Download all attachments as: .zip

Change History (6)

@mdawaffe
19 years ago

#1 @mdawaffe
19 years ago

  • Keywords has-patch 2nd-opinion added
  • Owner changed from anonymous to mdawaffe
  • Status changed from new to assigned

#2 @ryan
19 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [4123]) Keep the frag at the end. Props mdawaffe. fixes #3078

#3 @ryan
19 years ago

(In [4231]) Keep the frag at the end. Props mdawaffe. fixes #3078

#4 @foolswisdom
19 years ago

  • Milestone changed from 2.1 to 2.0.5

#5 @(none)
18 years ago

  • Milestone 2.0.5 deleted

Milestone 2.0.5 deleted

Note: See TracTickets for help on using tickets.