﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
19648,mce_external_languages/plugins prints twice,Cyapow,duck_,"When adding a language using the 'mce_external_languages' filter the contents get printed for each external plugin loaded.

to fix wp-includes/class.wp-editor.php line 210 add
{{{
self::$ext_plugins .= $ext_plugins;
}}}

same file line 212 add
{{{
$ext_plugins = '';
}}}


(first one goes before the foreach loop and the second goes at the beginning of the loop)
",defect (bug),closed,normal,3.4,TinyMCE,3.3,normal,fixed,has-patch,
