From 749847dc971584284ebb861e69e29283bc7db4fb Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sun, 6 Nov 2005 19:06:10 +0000 Subject: [PATCH] Remove extraneous header() call. git-svn-id: https://develop.svn.wordpress.org/trunk@3003 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/js/tinymce/tiny_mce_gzip.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-includes/js/tinymce/tiny_mce_gzip.php b/wp-includes/js/tinymce/tiny_mce_gzip.php index 9755169fdb..0955bc207f 100644 --- a/wp-includes/js/tinymce/tiny_mce_gzip.php +++ b/wp-includes/js/tinymce/tiny_mce_gzip.php @@ -22,8 +22,6 @@ if ( ! function_exists('__') ) { return $text; } else { - header('Content-Type: text/plain'); - $search1 = "/^tinyMCELang\\[(['\"])(.*)\\1\]( ?= ?)(['\"])(.*)\\4/uem"; $replace1 = "'tinyMCELang[\\1\\2\\1]\\3'.stripslashes('\\4').__('\\5').stripslashes('\\4')";