Ticket #21026: 21026.patch
| File 21026.patch, 575 bytes (added by SergeyBiryukov, 11 months ago) |
|---|
-
wp-includes/class-wp-editor.php
335 335 $template_dir = get_template_directory(); 336 336 337 337 foreach ( $editor_styles as $key => $file ) { 338 if ( $file && file_exists( "$template_dir/$file" ) ) {338 if ( $file && file_exists( "$template_dir/$file" ) ) 339 339 $mce_css[] = "$template_uri/$file"; 340 $editor_styles[$key] = '';341 }342 340 } 343 341 } 344 342
