Opened 17 years ago
Closed 17 years ago
#3328 closed defect (bug) (fixed)
wp_specialchars mishandles /&&/ and /&$/
Reported by: |
|
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)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [4451]) Fix amp handling. Props skeltoac. fixes #3328