Changeset 6546 for trunk/wp-includes/script-loader.php
- Timestamp:
- 01/04/2008 08:46:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r6544 r6546 37 37 $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.6'); 38 38 39 $this->add( 'autosave', '/wp-includes/js/autosave.js', array(' prototype', 'sack'), '20070306');39 $this->add( 'autosave', '/wp-includes/js/autosave.js', array('jquery', 'schedule'), '20080104'); 40 40 $this->localize( 'autosave', 'autosaveL10n', array( 41 41 'autosaveInterval' => apply_filters('autosave_interval', '120'), … … 81 81 $this->add( 'dimensions', '/wp-includes/js/jquery/jquery.dimensions.min.js', array('jquery'), '1.1.2'); 82 82 $this->add( 'suggest', '/wp-includes/js/jquery/suggest.js', array('dimensions'), '1.1'); 83 $this->add( 'schedule', '/wp-includes/js/jquery/jquery.schedule.js', array('jquery'), '20'); 83 84 84 85 if ( is_admin() ) {
Note: See TracChangeset
for help on using the changeset viewer.