Changes from trunk/wp-includes/class-wp-editor.php at r20342 to branches/3.4/wp-includes/class-wp-editor.php at r21123
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4/wp-includes/class-wp-editor.php
r20342 r21123 338 338 if ( $file && file_exists( "$template_dir/$file" ) ) { 339 339 $mce_css[] = "$template_uri/$file"; 340 $editor_styles[$key] = '';341 340 } 342 341 }
Note: See TracChangeset
for help on using the changeset viewer.