Opened 17 years ago
Closed 17 years ago
#8795 closed defect (bug) (fixed)
Missing header(...) in produces wrong encoding in Tags-Quicklinks
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
German "Umlaute" in the DashBoard Tags-Quicklinks quirks on some Linux Webservers.
This at least concerns the tag quicklinks, all other german "Umlaute" are okay.
Solution:
Add the "header()" line in "wp-admin/admin-ajax.php"
header('Content-Type:text/html; charset='.get_option('blog_charset'));
Screenshots availabe for explanation.
http://landfrauen-gifhorn.de/ablage/wp2.7-tags-quicklinks-bad.jpg
http://landfrauen-gifhorn.de/ablage/wp2.7-tags-quicklinks-good.jpg
Attachments (4)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Patch in wp-admin/admin-ajax.php