Plugin breaks visual editor 3.9b1 – missing 'en.js'
-
Like many will probably find, my plugin adds a toolbar button to the TinyMCE editor in a 3.x fashion, and so completely breaks the visual editor in 3.9b1 with the TinyMCE 4 upgrade. It’s looking for a javascript file at
/pluginpath/js/langs/en.jswhere I currently have the editor_plugin.js in the/pluginpath/js/folder.I certainly want to fix this before WP 3.9 advances much further, but I haven’t found any reference to this problem yet, let alone updated examples of how to add a toolbar button using the new TinyMCE scheme to WordPress. The “migration guide” doesn’t mention this issue, and only seems to indicate what paths changed in the core of TinyMCE, which doesn’t seem like the realm of my plugin. Can anyone give some additional pointers on this? Or, what more information should I provide to request help?
The topic ‘Plugin breaks visual editor 3.9b1 – missing 'en.js'’ is closed to new replies.