Make WordPress Core


Ignore:
Timestamp:
02/26/2007 04:53:03 AM (18 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r4904 r4948  
    1818        $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_gzip.php', false, '20070124' );
    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'), '20070124' );
     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-0');
    2222        $this->add( 'autosave', '/wp-includes/js/autosave-js.php', array('prototype', 'sack'), '20070116');
Note: See TracChangeset for help on using the changeset viewer.