Changeset 4888
- Timestamp:
- 02/16/2007 12:37:16 AM (18 years ago)
- Location:
- branches/2.0/wp-includes/js/tinymce
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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 ?>
Note: See TracChangeset
for help on using the changeset viewer.