Changeset 43474 for branches/4.9/src/wp-includes/class-wp-editor.php
- Timestamp:
- 07/17/2018 10:08:33 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/class-wp-editor.php
r43224 r43474 504 504 505 505 $ext_plugins .= 'tinyMCEPreInit.load_ext("' . $plugurl . '", "' . $mce_locale . '");' . "\n"; 506 $ext_plugins .= 'tinymce.PluginManager.load("' . $name . '", "' . $url . '");' . "\n";507 506 } 508 507 }
Note: See TracChangeset
for help on using the changeset viewer.