Make WordPress Core

Ticket #15848: class-wp-editor.php.patch

File class-wp-editor.php.patch, 444 bytes (added by ocean90, 14 years ago)
  • wp-includes/class-wp-editor.php

     
    452452
    453453        function enqueue_scripts() {
    454454                wp_enqueue_script('word-count');
    455                 wp_enqueue_style('editor-buttons');
     455                //wp_enqueue_style('editor-buttons');
    456456
    457457                if ( $this->has_tinymce )
    458458                        wp_enqueue_script('editor');