Opened 7 years ago
Closed 7 years ago
#3258 closed defect (bug) (fixed)
Quotes in image titles mess up validation
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Template | Version: | 2.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
If you use double quotes in an image title, they are put verbatim into the HTML, which of course breaks the quoting.
Attachments (1)
Change History (4)
- Component changed from Administration to Template
- Owner changed from anonymous to mdawaffe
- Status changed from new to assigned
comment:3
markjaquith — 7 years ago
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.

3258.diff
Hardcode wp_specialchars( · , 1 ) into several display-only functions.