Changeset 4949

Show
Ignore:
Timestamp:
02/26/07 04:55:44 (1 year ago)
Author:
ryan
Message:

Forgot to bump tinymce config script version when we added gecko_spellcheck. fixes #3856

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.1/wp-includes/script-loader.php

    r4770 r4949  
    1818        $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_gzip.php', false, '20061113' ); 
    1919        $mce_config = apply_filters('tiny_mce_config_url', '/wp-includes/js/tinymce/tiny_mce_config.php'); 
    20         $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20061113' ); 
     20        $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20070225' ); 
    2121        $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.5.0'); 
    2222        $this->add( 'autosave', '/wp-includes/js/autosave-js.php', array('prototype', 'sack'), '20070116');