Opened 14 years ago
Closed 14 years ago
#2597 closed defect (bug) (fixed)
Email FROM title problem [has-patch]
Reported by: | intimez | Owned by: | |
---|---|---|---|
Milestone: | 1.2.6 | Priority: | normal |
Severity: | Version: | ||
Component: | Core | Keywords: | has-patch |
Cc: | johnjamesjacoby, cnorris23, DJPaul |
Description
Configured site title is Example’s Website
notification email (FROM field) that is sent shows example & # 039; s Website <noreply@…>
Attachments (1)
Change History (5)
#2
@
14 years ago
- Keywords has-patch added; email title from notification removed
- Summary changed from Email FROM title problem to Email FROM title problem [has-patch]
Note: See
TracTickets for help on using
tickets.
The problem is that apostrophes and single quotes are stripped on the way into the database for security reasons. The attached patch runs the blog title through htmlspecialchars_decode() before sending the email.
I'm of two minds about it, though. It's really a WP-wide problem. Something like this might be better as a WP patch.