18 | | Is this a bug, or does MCE4 require different behavior? |
| 18 | Is this a bug, or does MCE4 require different behavior? Update: This seems to be caused by this, around line 250 of class-wp-editor.php: |
| 19 | {{{ |
| 20 | if ( ! empty( $mce_external_plugins ) ) { |
| 21 | /** |
| 22 | * This filter loads translations for external TinyMCE 3.x plugins. |
| 23 | * |
| 24 | * Takes an associative array 'plugin_name' => 'path', where path is the |
| 25 | * include path to the file. The language file should follow the same format as |
| 26 | * wp_mce_translation() and should define a variable $strings that |
| 27 | * holds all translated strings. |
| 28 | */ |
| 29 | }}} |
| 30 | (It continues to load the plugin, IF a translation is specified. Custom mce_external_language wasn't required before, to load mce_external_plugins.) |