Changeset 5939 for trunk/wp-includes/script-loader.php
- Timestamp:
- 08/24/2007 09:46:03 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
r5816 r5939 72 72 $this->add( 'cropper', '/wp-includes/js/crop/cropper.js', array('scriptaculous-dragdrop'), '20070118'); 73 73 74 $this->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.1. 3.1');74 $this->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.1.4'); 75 75 $this->add( 'jquery-form', '/wp-includes/js/jquery/jquery.form.js', array('jquery'), '1.0.3'); 76 76 $this->add( 'interface', '/wp-includes/js/jquery/interface.js', array('jquery'), '1.2');
Note: See TracChangeset
for help on using the changeset viewer.