Ticket #44134: 44134-test.diff
| File 44134-test.diff, 481 bytes (added by , 8 years ago) |
|---|
-
src/wp-includes/class-wp-editor.php
515 515 } 516 516 517 517 $ext_plugins .= 'tinyMCEPreInit.load_ext("' . $plugurl . '", "' . $mce_locale . '");' . "\n"; 518 $ext_plugins .= 'tinymce.PluginManager.load("' . $name . '", "' . $url . '");' . "\n";519 518 } 520 519 } 521 520 }