Remove extraneous header() call.

git-svn-id: https://develop.svn.wordpress.org/trunk@3003 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-11-06 19:06:10 +00:00
parent 1aeea064c8
commit 749847dc97
1 changed files with 0 additions and 2 deletions

View File

@ -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')";