Changeset 6618 for trunk/wp-includes/script-loader.php
- Timestamp:
- 01/15/2008 05:05:07 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r6591 r6618 77 77 $this->add( 'cropper', '/wp-includes/js/crop/cropper.js', array('scriptaculous-dragdrop'), '20070118'); 78 78 79 $this->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.2.2 b2-color');79 $this->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.2.2'); 80 80 $this->add( 'jquery-form', '/wp-includes/js/jquery/jquery.form.js', array('jquery'), '2.02'); 81 81 $this->add( 'jquery-color', '/wp-includes/js/jquery/jquery.color.js', array('jquery'), '2.0');
Note: See TracChangeset
for help on using the changeset viewer.