Opened 13 years ago
Closed 13 years ago
#19648 closed defect (bug) (fixed)
mce_external_languages/plugins prints twice
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 3.3 |
Component: | TinyMCE | Keywords: | has-patch |
Focuses: | Cc: |
Description
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)
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Also: #20030 and 20030.diff
Bug can be replicated for external plugins with: