Make WordPress Core


Ignore:
Timestamp:
01/15/2008 05:05:07 PM (18 years ago)
Author:
ryan
Message:

jQuery 1.2.2 final. Props filosofo. fixes #5492

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r6591 r6618  
    7777        $this->add( 'cropper', '/wp-includes/js/crop/cropper.js', array('scriptaculous-dragdrop'), '20070118');
    7878
    79         $this->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.2.2b2-color');
     79        $this->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.2.2');
    8080        $this->add( 'jquery-form', '/wp-includes/js/jquery/jquery.form.js', array('jquery'), '2.02');
    8181        $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.