Opened 16 years ago
Closed 16 years ago
#2597 closed defect (bug) (fixed)
Email FROM title problem [has-patch]
| Reported by: | intimez | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2.6 |
| Component: | Core | Version: | |
| Severity: | 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
@
16 years ago
- Keywords has-patch added; email title from notification removed
- Summary Email FROM title problem → Email FROM title problem [has-patch]
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.