-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix emails with special characters being displayed incorrectly in the subject line #7546
Conversation
Test the previous changes of this PR with WordPress Playground. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## trunk #7546 +/- ##
============================================
- Coverage 51.92% 51.82% -0.10%
- Complexity 11265 11307 +42
============================================
Files 630 640 +10
Lines 47683 47979 +296
Branches 421 446 +25
============================================
+ Hits 24759 24865 +106
- Misses 22587 22755 +168
- Partials 337 359 +22
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Test the previous changes of this PR with WordPress Playground. |
Test the previous changes of this PR with WordPress Playground. |
Test the previous changes of this PR with WordPress Playground. |
Proposed Changes
Resolve a customer reported issue (7774726-zen) where the email subject for the Completed Course email was being displayed incorrectly when the course title contained special characters. This was also affecting the following emails, so I fixed those as well:
Teacher Emails
Student Emails
Before
After
Testing Instructions
Pre-Merge Checklist