Remove extraneous header() call.
git-svn-id: https://develop.svn.wordpress.org/trunk@3003 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1aeea064c8
commit
749847dc97
|
@ -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')";
|
||||
|
||||
|
|
Loading…
Reference in New Issue