Changeset 4845
- Timestamp:
- 01/31/2007 02:07:21 AM (18 years ago)
- Location:
- trunk/wp-includes/js/tinymce
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/tiny_mce_gzip.php
r4209 r4845 7 7 * @version 1.08 8 8 * @author Moxiecode 9 * @copyright Copyright ©2005-2006, Moxiecode Systems AB, All rights reserved.9 * @copyright Copyright 2005-2006, Moxiecode Systems AB, All rights reserved. 10 10 * 11 11 * This file compresses the TinyMCE JavaScript using GZip and … … 83 83 84 84 // Headers 85 header("Content- type: text/javascript; charset: UTF-8");85 header("Content-Type: text/javascript; charset=" . get_bloginfo('charset')); 86 86 // header("Cache-Control: must-revalidate"); 87 87 header("Vary: Accept-Encoding"); // Handle proxies -
trunk/wp-includes/js/tinymce/wp-mce-help.php
r4799 r4845 1 <?php require_once('../../../wp-config.php'); ?> 1 <?php require_once('../../../wp-config.php'); 2 header('Content-Type: text/html; charset=' . get_bloginfo('charset')); 3 ?> 2 4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 5 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
Note: See TracChangeset
for help on using the changeset viewer.