Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.4/wp-includes/class-wp-editor.php

    r20342 r21123  
    338338                            if ( $file && file_exists( "$template_dir/$file" ) ) {
    339339                                $mce_css[] = "$template_uri/$file";
    340                                 $editor_styles[$key] = '';
    341340                            }
    342341                        }
Note: See TracChangeset for help on using the changeset viewer.