Changeset 6694 for trunk/wp-includes/script-loader.php
- Timestamp:
- 01/31/2008 06:10:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r6692 r6694 31 31 32 32 // Modify this version when tinyMCE plugins are changed 33 $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_gzip.php', false, '200801 05' );33 $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_gzip.php', false, '20080129' ); 34 34 35 35 $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'), '200801 05' );36 $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20080129' ); 37 37 38 38 $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.6');
Note: See TracChangeset
for help on using the changeset viewer.