#26100 closed defect (bug) (fixed)
Escape HTML in theme author name to allow for ampersands
| Reported by: | morganestes | Owned by: | dd32 |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8 |
| Component: | Customize | Version: | 3.8 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description (last modified by )
In wp-admin/themes.php, the template prints & to the screen if there's an ampersand in the author name (multiple theme authors using "&" instead of "and".
Tested in trunk after THX38, not sure if it was in there before. #24775 references a similar issue.
Changing from {{ data.author }} to {{{ data.author }}} fixes the issue when displaying the theme details overlay.
Attachments (6)
Change History (10)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
If #26098 is applied, this is the combined patch.