mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-10 18:37:58 +01:00
Remove extraneous header() call.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3003 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
68987bec00
commit
b1cdba1f31
@ -22,8 +22,6 @@
|
|||||||
if ( ! function_exists('__') ) {
|
if ( ! function_exists('__') ) {
|
||||||
return $text;
|
return $text;
|
||||||
} else {
|
} else {
|
||||||
header('Content-Type: text/plain');
|
|
||||||
|
|
||||||
$search1 = "/^tinyMCELang\\[(['\"])(.*)\\1\]( ?= ?)(['\"])(.*)\\4/uem";
|
$search1 = "/^tinyMCELang\\[(['\"])(.*)\\1\]( ?= ?)(['\"])(.*)\\4/uem";
|
||||||
$replace1 = "'tinyMCELang[\\1\\2\\1]\\3'.stripslashes('\\4').__('\\5').stripslashes('\\4')";
|
$replace1 = "'tinyMCELang[\\1\\2\\1]\\3'.stripslashes('\\4').__('\\5').stripslashes('\\4')";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user