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
This commit is contained in:
Andrew Ozz 2018-06-08 09:32:35 +00:00
parent a56df22d91
commit 2325faeb96
1 changed files with 0 additions and 1 deletions

View File

@ -515,7 +515,6 @@ final class _WP_Editors {
}
$ext_plugins .= 'tinyMCEPreInit.load_ext("' . $plugurl . '", "' . $mce_locale . '");' . "\n";
$ext_plugins .= 'tinymce.PluginManager.load("' . $name . '", "' . $url . '");' . "\n";
}
}
}