#40015 closed defect (bug) (fixed)
In multisite e-mails can contain HTML entities
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Keywords: | has-patch has-unit-tests | |
| Focuses: | multisite | Cc: |
Description
This ticket concerns e-mails which are sent in a multsite context when a blog's admin e-mail is changed, or a user changes their e-mail address.
If the sitename contains HTML entities these appear in the e-mail - they are not decoded.
If the blogname contains quotes these appear in the e-mail as HTML entities. ([27801] decoded all but the quotes).
This bug was fixed for non-multsite installations in #9913. Also related: #35415 and #12584
Attachments (1)
Change History (10)
#1
@
9 years ago
- Keywords has-patch has-unit-tests added
Patch contains tests for bug. I've also included a couple of other tests relating to the two functions fixed, although not related to this ticket.
This ticket was mentioned in Slack in #core-multisite by flixos90. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
Decode HTML entities in site name and blog name for MS emails