Changeset 6547 for trunk/wp-includes/script-loader.php
- Timestamp:
- 01/04/2008 08:49:35 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r6546 r6547 31 31 $this->add( 'colorpicker', '/wp-includes/js/colorpicker.js', false, '3517' ); 32 32 33 $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_gzip.php', false, '20070528' ); 33 // Modify this version when tinyMCE plugins are changed 34 $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_gzip.php', false, '20080103' ); 35 34 36 $mce_config = apply_filters('tiny_mce_config_url', '/wp-includes/js/tinymce/tiny_mce_config.php'); 35 37 $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20070528' );
Note: See TracChangeset
for help on using the changeset viewer.