Ticket #15848: class-wp-editor.php.patch
File class-wp-editor.php.patch, 444 bytes (added by , 14 years ago) |
---|
-
wp-includes/class-wp-editor.php
452 452 453 453 function enqueue_scripts() { 454 454 wp_enqueue_script('word-count'); 455 wp_enqueue_style('editor-buttons');455 //wp_enqueue_style('editor-buttons'); 456 456 457 457 if ( $this->has_tinymce ) 458 458 wp_enqueue_script('editor');