Opened 7 weeks ago
Last modified 7 weeks ago
#7901 new defect (bug)
Fix improper escaping in emails sent to users from moderators on Forums
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | |
Cc: |
Description
Emails sent to users from moderators on WordPress Forums contain unnecessary escape characters (e.g., there\'s instead of there's). This issue likely arises due to incorrect escaping when generating email content. The issue needs to be fixed to ensure proper rendering of apostrophes and other special characters in email notifications.
Steps to Reproduce:
- User reports a topic
- A moderator responds to the report which sends an email notification to the user from step 1.
- The received email contains improperly escaped characters (e.g., there\'s).
Expected Behavior:
Special characters such as apostrophes should be correctly formatted without unnecessary escape sequences.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Thats the message was sent by the report reply form