Changeset 43337
- Timestamp:
- 06/08/2018 09:32:35 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r43222 r43337 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 }
Note: See TracChangeset
for help on using the changeset viewer.