Make WordPress Core

Ticket #19648: 19648.patch

File 19648.patch, 538 bytes (added by SergeyBiryukov, 13 years ago)
  • wp-includes/class-wp-editor.php

     
    208208                                                        }
    209209                                                }
    210210
     211                                                self::$ext_plugins .= $ext_plugins;
     212
    211213                                                foreach ( $mce_external_plugins as $name => $url ) {
    212214
    213215                                                        if ( is_ssl() ) $url = str_replace('http://', 'https://', $url);
    214216
     217                                                        $ext_plugins = '';
    215218                                                        $plugins[] = '-' . $name;
    216219
    217220                                                        $plugurl = dirname($url);