Make WordPress Core


Ignore:
Timestamp:
05/28/2007 07:30:05 PM (18 years ago)
Author:
rob1n
Message:

Update TinyMCE to 2.1.1.1 (look at all those 1's...). fixes #4262

File:
1 edited

Legend:

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

    r5482 r5577  
    3232        $this->add( 'colorpicker', '/wp-includes/js/colorpicker.js', false, '3517' );
    3333       
    34         $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_gzip.php', false, '20070326' );
     34        $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_gzip.php', false, '20070528' );
    3535        $mce_config = apply_filters('tiny_mce_config_url', '/wp-includes/js/tinymce/tiny_mce_config.php');
    36         $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20070225' );
     36        $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20070528' );
    3737       
    3838        $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.5.1');
Note: See TracChangeset for help on using the changeset viewer.