Make WordPress Core


Ignore:
Timestamp:
11/21/2006 12:55:06 AM (19 years ago)
Author:
ryan
Message:

TinyMCE 2.0.8

File:
1 edited

Legend:

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

    r4495 r4506  
    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, '09212006' );
    19         $this->add( 'wp_tiny_mce', '/wp-includes/js/tinymce/tiny_mce_config.php', array('tiny_mce'), '09212006' );
     18        $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_gzip.php', false, '20061113' );
     19        $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' );
    2021        $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.5.0');
    2122        $this->add( 'autosave', '/wp-includes/js/autosave.js.php', array('prototype', 'sack'), '4206');
Note: See TracChangeset for help on using the changeset viewer.