#14694 closed defect (bug) (duplicate)
Email FROM title problem
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Version: | 3.0.1 | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Configured site title is Example’s Website
notification email (FROM field) that is sent shows example & # 039; s Website <noreply@…>
can be seen in yahoo and google emails
[wordpress3.0.1+buddypress1.2.5.2]
"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." -boonebgorges
Change History (3)
- Component changed from General to Mail
- Keywords needs-patch added; email title FROM notification removed
- Milestone changed from Awaiting Review to Future Release
comment:2
solarissmoke — 2 years ago
- Keywords needs-patch removed
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

I think this was resolved in #9913 and the issue was with BBpress. Can't reproduce it in trunk, anyway.