Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 7 weeks ago

#3328 closed defect (bug) (fixed)

wp_specialchars mishandles /&&/ and /&$/

Reported by: andy's profile andy Owned by:
Milestone: 2.1 Priority: normal
Severity: normal Version: 2.0.5
Component: Administration Keywords:
Focuses: Cc:

Description

wp_specialchars('&& ') == '&& '

wp_specialchars(' &') == ' &'

Attachments (1)

ampamp.diff (701 bytes) - added by andy 17 years ago.

Download all attachments as: .zip

Change History (2)

@andy
17 years ago

#1 @ryan
17 years ago

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

(In [4451]) Fix amp handling. Props skeltoac. fixes #3328

Note: See TracTickets for help on using tickets.