]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-wp-editor.php
WordPress 3.4.1
[autoinstalls/wordpress.git] / wp-includes / class-wp-editor.php
index 04bb7c91a58886ea4edf42da6324f1ce73ad360e..7470a9977b39501341c5ef6aced2cc11224f4c1d 100644 (file)
@@ -337,7 +337,6 @@ final class _WP_Editors {
                                                foreach ( $editor_styles as $key => $file ) {
                                                        if ( $file && file_exists( "$template_dir/$file" ) ) {
                                                                $mce_css[] = "$template_uri/$file";
-                                                               $editor_styles[$key] = '';
                                                        }
                                                }
                                        }