Make WordPress Core


Ignore:
Timestamp:
03/26/2007 03:44:35 AM (18 years ago)
Author:
ryan
Message:

Update to latest tinyMCE compressor. Simplify MCE language loading. see #3882

File:
1 edited

Legend:

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

    r5056 r5108  
    1616        $this->add( 'quicktags', '/wp-includes/js/quicktags.js', false, '3517' );
    1717        $this->add( 'colorpicker', '/wp-includes/js/colorpicker.js', false, '3517' );
    18         $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_gzip.php', false, '20070124' );
     18        $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_gzip.php', false, '20070325' );
    1919        $mce_config = apply_filters('tiny_mce_config_url', '/wp-includes/js/tinymce/tiny_mce_config.php');
    2020        $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20070225' );
Note: See TracChangeset for help on using the changeset viewer.