Changeset 4948 for trunk/wp-includes/script-loader.php
- Timestamp:
- 02/26/2007 04:53:03 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r4904 r4948 18 18 $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_gzip.php', false, '20070124' ); 19 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'), '20070 124' );20 $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20070225' ); 21 21 $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.5.0-0'); 22 22 $this->add( 'autosave', '/wp-includes/js/autosave-js.php', array('prototype', 'sack'), '20070116');
Note: See TracChangeset
for help on using the changeset viewer.