Make WordPress Core

Changeset 43337


Ignore:
Timestamp:
06/08/2018 09:32:35 AM (7 years ago)
Author:
azaozz
Message:

TinyMCE: do not force-load external plugins, not needed any more and may cause issues.

Fixes #44330.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r43222 r43337  
    516516
    517517                            $ext_plugins .= 'tinyMCEPreInit.load_ext("' . $plugurl . '", "' . $mce_locale . '");' . "\n";
    518                             $ext_plugins .= 'tinymce.PluginManager.load("' . $name . '", "' . $url . '");' . "\n";
    519518                        }
    520519                    }
Note: See TracChangeset for help on using the changeset viewer.