diff -ur 2.0.7-RC1.orig/wp-includes/js/tinymce/tiny_mce_gzip.php 2.0.7-RC1/wp-includes/js/tinymce/tiny_mce_gzip.php
old
|
new
|
|
59 | 59 | gzip_compression(); |
60 | 60 | |
61 | 61 | // Output rest of headers |
62 | | header("Content-type: text/javascript; charset: UTF-8"); |
| 62 | header("Content-Type: text/javascript; charset=".get_bloginfo('charset')); |
63 | 63 | header("Vary: Accept-Encoding"); // Handle proxies |
64 | 64 | header("Expires: " . gmdate("D, d M Y H:i:s", time() + $expiresOffset) . " GMT"); |
65 | 65 | |
diff -ur 2.0.7-RC1.orig/wp-includes/js/tinymce/wp-mce-help.php 2.0.7-RC1/wp-includes/js/tinymce/wp-mce-help.php
old
|
new
|
|
1 | 1 | <?php |
2 | 2 | |
3 | 3 | require_once('../../../wp-config.php'); |
| 4 | header('Content-Type: text/html; charset='.get_bloginfo('charset')); |
4 | 5 | |
5 | 6 | ?> |
6 | 7 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |