Changeset 18572
- Timestamp:
- 08/19/2011 02:56:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-editor.php
r18571 r18572 304 304 $template_uri = get_template_directory_uri(); 305 305 $template_dir = get_template_directory(); 306 306 307 foreach ( $editor_styles as $file ) { 307 308 if ( file_exists( "$template_dir/$file" ) ) 308 309 $mce_css[] = "$template_uri/$file"; 310 } 311 312 foreach ( $editor_styles as $file ) { 309 313 if ( file_exists( "$style_dir/$file" ) ) 310 314 $mce_css[] = "$style_uri/$file";
Note: See TracChangeset
for help on using the changeset viewer.