diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php
index 5f8b6fd..595691f 100644
a
|
b
|
function wp_tiny_mce( $teeny = false, $settings = false ) { |
1513 | 1513 | $style_dir = get_stylesheet_directory(); |
1514 | 1514 | $template_uri = get_template_directory_uri(); |
1515 | 1515 | $template_dir = get_template_directory(); |
| 1516 | $editor_styles = array_reverse($editor_styles); |
1516 | 1517 | foreach ( $editor_styles as $file ) { |
1517 | 1518 | if ( file_exists( "$style_dir/$file" ) ) |
1518 | 1519 | $mce_css[] = "$style_uri/$file"; |