Ticket #19648: 19648.patch
File 19648.patch, 538 bytes (added by , 13 years ago) |
---|
-
wp-includes/class-wp-editor.php
208 208 } 209 209 } 210 210 211 self::$ext_plugins .= $ext_plugins; 212 211 213 foreach ( $mce_external_plugins as $name => $url ) { 212 214 213 215 if ( is_ssl() ) $url = str_replace('http://', 'https://', $url); 214 216 217 $ext_plugins = ''; 215 218 $plugins[] = '-' . $name; 216 219 217 220 $plugurl = dirname($url);