From b1cdba1f31f02568509d3771cda6e7f792fad436 Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 6 Nov 2005 19:06:10 +0000 Subject: [PATCH] Remove extraneous header() call. git-svn-id: http://svn.automattic.com/wordpress/trunk@3003 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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')";