Changeset 4592
- Timestamp:
- 12/03/2006 09:53:54 PM (18 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r4583 r4592 19 19 $mce_config = apply_filters('tiny_mce_config_url', '/wp-includes/js/tinymce/tiny_mce_config.php'); 20 20 $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20061113' ); 21 $this->add( 'prototype', '/wp-includes/js/prototype. compressed.js', false, '1.5.0');21 $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.5.0'); 22 22 $this->add( 'autosave', '/wp-includes/js/autosave.js.php', array('prototype', 'sack'), '4508'); 23 23 $this->add( 'wp-ajax', '/wp-includes/js/wp-ajax-js.php', array('prototype'), '4459');
Note: See TracChangeset
for help on using the changeset viewer.