Make WordPress Core


Ignore:
Timestamp:
01/31/2007 02:09:08 AM (18 years ago)
Author:
ryan
Message:

Set charset for MCE. Props nbachiyski. fixes #3574

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/wp-includes/js/tinymce/wp-mce-help.php

    r4747 r4846  
    1 <?php require_once('../../../wp-config.php'); ?>
     1<?php require_once('../../../wp-config.php');
     2header('Content-Type: text/html; charset=' . get_bloginfo('charset'));
     3?>
    24<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    35<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
Note: See TracChangeset for help on using the changeset viewer.