Changeset 5577 for trunk/wp-includes/script-loader.php
- Timestamp:
- 05/28/2007 07:30:05 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r5482 r5577 32 32 $this->add( 'colorpicker', '/wp-includes/js/colorpicker.js', false, '3517' ); 33 33 34 $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_gzip.php', false, '20070 326' );34 $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_gzip.php', false, '20070528' ); 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'), '20070 225' );36 $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20070528' ); 37 37 38 38 $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.5.1');
Note: See TracChangeset
for help on using the changeset viewer.