Opened 11 years ago
Closed 10 years ago
#21428 closed defect (bug) (worksforme)
Bad mail subject encoding on new blog notification
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.4.1 |
Component: | Multisite | Keywords: | |
Focuses: | Cc: |
Description
Email subject is in Russian language. When trying to add new blog using page http://mysite.com/wp-admin/network/site-new.php, user gets email where subject is like - =??B??=. So I was trying to find where this bug appears. And I think, I found it.
Script tries to send notification using function wpmu_welcome_notification on line http://core.trac.wordpress.org/browser/tags/3.4.1/wp-includes/ms-functions.php#L1250. But get_option('blog_charset') returns empty string, so header is bad-generated and encoded...
Change History (2)
Note: See
TracTickets for help on using
tickets.
Couldn't reproduce on a clean install.
get_option('blog_charset')
in line 1250 returnsUTF-8
.