Make WordPress Core

Ticket #6195: tmce-3.05.diff

File tmce-3.05.diff, 914 bytes (added by azaozz, 17 years ago)
  • wp-includes/script-loader.php

     
    3333                $visual_editor = apply_filters('visual_editor', array('tiny_mce'));
    3434                $this->add( 'editor', false, $visual_editor, '20080218' );
    3535
    36                 $this->add( 'editor_functions', '/wp-admin/js/editor.js', false, '20080221' );
     36                $this->add( 'editor_functions', '/wp-admin/js/editor.js', false, '20080312' );
    3737
    3838                // Modify this version when tinyMCE plugins are changed.
    39                 $mce_version = apply_filters('tiny_mce_version', '20080306');
     39                $mce_version = apply_filters('tiny_mce_version', '20080312');
    4040                $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_config.php', array('editor_functions'), $mce_version );
    4141
    4242                $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.6');