Skip to content

Commit 2325fae

Browse files
committed
TinyMCE: do not force-load external plugins, not needed any more and may cause issues.
Fixes #44330. git-svn-id: https://develop.svn.wordpress.org/trunk@43337 602fd350-edb4-49c9-b593-d223f7449a82
1 parent a56df22 commit 2325fae

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/wp-includes/class-wp-editor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ public static function editor_settings( $editor_id, $set ) {
515515
}
516516

517517
$ext_plugins .= 'tinyMCEPreInit.load_ext("' . $plugurl . '", "' . $mce_locale . '");' . "\n";
518-
$ext_plugins .= 'tinymce.PluginManager.load("' . $name . '", "' . $url . '");' . "\n";
519518
}
520519
}
521520
}

0 commit comments

Comments
 (0)