Get the foo out. Props skeltoac. fixes #2879

git-svn-id: https://develop.svn.wordpress.org/trunk@3938 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-06-30 00:07:30 +00:00
parent 8cfe03b684
commit 81b4acdfd4
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ function wp_tinymce_lang($path) {
$replace1 = "'tinyMCELang[\\1\\2\\1]\\3'.stripslashes('\\4').__('\\5').stripslashes('\\4')";
$search2 = "/\\s:\\s(['\"])(.*)\\1(,|\\s*})/Uem";
$replace2 = "' : '.stripslashes('\\1').__('\\2foo').stripslashes('\\1').'\\3'";
$replace2 = "' : '.stripslashes('\\1').__('\\2').stripslashes('\\1').'\\3'";
$search = array($search1, $search2);
$replace = array($replace1, $replace2);