Ticket #18456: 18456.patch
| File 18456.patch, 543 bytes (added by SergeyBiryukov, 22 months ago) |
|---|
-
wp-includes/class-wp-editor.php
291 291 292 292 // load editor_style.css if the current theme supports it 293 293 if ( ! empty( $editor_styles ) && is_array( $editor_styles ) ) { 294 $editor_styles = array_unique( $editor_styles ); 294 295 $mce_css = array(); 295 296 $style_uri = get_stylesheet_directory_uri(); 296 297 if ( ! is_child_theme() ) {