Remove extraneous header() call.

git-svn-id: http://svn.automattic.com/wordpress/trunk@3003 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-11-06 19:06:10 +00:00
parent 68987bec00
commit b1cdba1f31

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