Make WordPress Core


Ignore:
Timestamp:
11/03/2010 04:22:24 PM (13 years ago)
Author:
ryan
Message:

jQuery UI 1.8.6. Props demetris. fixes #15303

File:
1 edited

Legend:

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

    r16162 r16165  
    120120    $scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.4.3');
    121121
    122     $scripts->add( 'jquery-ui-core', '/wp-includes/js/jquery/ui.core.js', array('jquery'), '1.8.5' );
     122    $scripts->add( 'jquery-ui-core', '/wp-includes/js/jquery/ui.core.js', array('jquery'), '1.8.6' );
    123123    $scripts->add_data( 'jquery-ui-core', 'group', 1 );
    124124
    125     $scripts->add( 'jquery-ui-position', '/wp-includes/js/jquery/ui.position.js', array('jquery'), '1.8.5' );
     125    $scripts->add( 'jquery-ui-position', '/wp-includes/js/jquery/ui.position.js', array('jquery'), '1.8.6' );
    126126    $scripts->add_data( 'jquery-ui-position', 'group', 1 );
    127127
    128     $scripts->add( 'jquery-ui-widget', '/wp-includes/js/jquery/ui.widget.js', array('jquery'), '1.8.5' );
     128    $scripts->add( 'jquery-ui-widget', '/wp-includes/js/jquery/ui.widget.js', array('jquery'), '1.8.6' );
    129129    $scripts->add_data( 'jquery-ui-widget', 'group', 1 );
    130130
    131     $scripts->add( 'jquery-ui-mouse', '/wp-includes/js/jquery/ui.mouse.js', array('jquery', 'jquery-ui-widget'), '1.8.5' );
     131    $scripts->add( 'jquery-ui-mouse', '/wp-includes/js/jquery/ui.mouse.js', array('jquery', 'jquery-ui-widget'), '1.8.6' );
    132132    $scripts->add_data( 'jquery-ui-mouse', 'group', 1 );
    133133
    134     $scripts->add( 'jquery-ui-button', '/wp-includes/js/jquery/ui.button.js', array('jquery-ui-core', 'jquery-ui-widget'), '1.8.5' );
     134    $scripts->add( 'jquery-ui-button', '/wp-includes/js/jquery/ui.button.js', array('jquery-ui-core', 'jquery-ui-widget'), '1.8.6' );
    135135    $scripts->add_data( 'jquery-ui-button', 'group', 1 );
    136136
    137     $scripts->add( 'jquery-ui-tabs', '/wp-includes/js/jquery/ui.tabs.js', array('jquery-ui-core', 'jquery-ui-widget'), '1.8.5' );
     137    $scripts->add( 'jquery-ui-tabs', '/wp-includes/js/jquery/ui.tabs.js', array('jquery-ui-core', 'jquery-ui-widget'), '1.8.6' );
    138138    $scripts->add_data( 'jquery-ui-tabs', 'group', 1 );
    139139
    140     $scripts->add( 'jquery-ui-sortable', '/wp-includes/js/jquery/ui.sortable.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.5' );
     140    $scripts->add( 'jquery-ui-sortable', '/wp-includes/js/jquery/ui.sortable.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.6' );
    141141    $scripts->add_data( 'jquery-ui-sortable', 'group', 1 );
    142142
    143     $scripts->add( 'jquery-ui-draggable', '/wp-includes/js/jquery/ui.draggable.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.5' );
     143    $scripts->add( 'jquery-ui-draggable', '/wp-includes/js/jquery/ui.draggable.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.6' );
    144144    $scripts->add_data( 'jquery-ui-draggable', 'group', 1 );
    145145
    146     $scripts->add( 'jquery-ui-droppable', '/wp-includes/js/jquery/ui.droppable.js', array('jquery-ui-core', 'jquery-ui-mouse', 'jquery-ui-draggable'), '1.8.5' );
     146    $scripts->add( 'jquery-ui-droppable', '/wp-includes/js/jquery/ui.droppable.js', array('jquery-ui-core', 'jquery-ui-mouse', 'jquery-ui-draggable'), '1.8.6' );
    147147    $scripts->add_data( 'jquery-ui-droppable', 'group', 1 );
    148148
    149     $scripts->add( 'jquery-ui-selectable', '/wp-includes/js/jquery/ui.selectable.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.5' );
     149    $scripts->add( 'jquery-ui-selectable', '/wp-includes/js/jquery/ui.selectable.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.6' );
    150150    $scripts->add_data( 'jquery-ui-selectable', 'group', 1 );
    151151
    152     $scripts->add( 'jquery-ui-resizable', '/wp-includes/js/jquery/ui.resizable.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.5' );
     152    $scripts->add( 'jquery-ui-resizable', '/wp-includes/js/jquery/ui.resizable.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.6' );
    153153    $scripts->add_data( 'jquery-ui-resizable', 'group', 1 );
    154154
    155     $scripts->add( 'jquery-ui-dialog', '/wp-includes/js/jquery/ui.dialog.js', array('jquery-ui-resizable', 'jquery-ui-draggable', 'jquery-ui-button', 'jquery-ui-position'), '1.8.5' );
     155    $scripts->add( 'jquery-ui-dialog', '/wp-includes/js/jquery/ui.dialog.js', array('jquery-ui-resizable', 'jquery-ui-draggable', 'jquery-ui-button', 'jquery-ui-position'), '1.8.6' );
    156156    $scripts->add_data( 'jquery-ui-dialog', 'group', 1 );
    157157
Note: See TracChangeset for help on using the changeset viewer.