Changeset 4888
- Timestamp:
- 02/16/07 00:37:16 (1 year ago)
- Files:
-
- branches/2.0/wp-includes/js/tinymce/tiny_mce_gzip.php (modified) (1 diff)
- branches/2.0/wp-includes/js/tinymce/wp-mce-help.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/js/tinymce/tiny_mce_gzip.php
r3624 r4888 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"); branches/2.0/wp-includes/js/tinymce/wp-mce-help.php
r3167 r4888 2 2 3 3 require_once('../../../wp-config.php'); 4 header('Content-Type: text/html; charset='.get_bloginfo('charset')); 4 5 5 6 ?>
