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