From 679f4422856c434b6476c16db58f42a9127681d7 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Thu, 28 Jun 2018 02:25:57 +0000 Subject: [PATCH] TinyMCE: do not force-load external plugins, not needed any more and may cause issues. Fixes #44330. Built from https://develop.svn.wordpress.org/trunk@43337 git-svn-id: http://core.svn.wordpress.org/trunk@43165 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-editor.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index b9ba53be9a..bd5dda7e8a 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -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"; } } } diff --git a/wp-includes/version.php b/wp-includes/version.php index fc2a6bd86c..dc9487cdc2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43336'; +$wp_version = '5.0-alpha-43337'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.