Make WordPress Core


Ignore:
Timestamp:
12/10/2010 07:02:53 PM (14 years ago)
Author:
ryan
Message:

jQuery UI 1.8.7. Props demetris. fixes #15766

File:
1 edited

Legend:

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

    r16862 r16863  
    124124    $scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.4.4');
    125125
    126     $scripts->add( 'jquery-ui-core', '/wp-includes/js/jquery/ui.core.js', array('jquery'), '1.8.6' );
     126    $scripts->add( 'jquery-ui-core', '/wp-includes/js/jquery/ui.core.js', array('jquery'), '1.8.7' );
    127127    $scripts->add_data( 'jquery-ui-core', 'group', 1 );
    128128
    129     $scripts->add( 'jquery-ui-position', '/wp-includes/js/jquery/ui.position.js', array('jquery'), '1.8.6' );
     129    $scripts->add( 'jquery-ui-position', '/wp-includes/js/jquery/ui.position.js', array('jquery'), '1.8.7' );
    130130    $scripts->add_data( 'jquery-ui-position', 'group', 1 );
    131131
    132     $scripts->add( 'jquery-ui-widget', '/wp-includes/js/jquery/ui.widget.js', array('jquery'), '1.8.6' );
     132    $scripts->add( 'jquery-ui-widget', '/wp-includes/js/jquery/ui.widget.js', array('jquery'), '1.8.7' );
    133133    $scripts->add_data( 'jquery-ui-widget', 'group', 1 );
    134134
    135     $scripts->add( 'jquery-ui-mouse', '/wp-includes/js/jquery/ui.mouse.js', array('jquery', 'jquery-ui-widget'), '1.8.6' );
     135    $scripts->add( 'jquery-ui-mouse', '/wp-includes/js/jquery/ui.mouse.js', array('jquery', 'jquery-ui-widget'), '1.8.7' );
    136136    $scripts->add_data( 'jquery-ui-mouse', 'group', 1 );
    137137
    138     $scripts->add( 'jquery-ui-button', '/wp-includes/js/jquery/ui.button.js', array('jquery-ui-core', 'jquery-ui-widget'), '1.8.6' );
     138    $scripts->add( 'jquery-ui-button', '/wp-includes/js/jquery/ui.button.js', array('jquery-ui-core', 'jquery-ui-widget'), '1.8.7' );
    139139    $scripts->add_data( 'jquery-ui-button', 'group', 1 );
    140140
    141     $scripts->add( 'jquery-ui-tabs', '/wp-includes/js/jquery/ui.tabs.js', array('jquery-ui-core', 'jquery-ui-widget'), '1.8.6' );
     141    $scripts->add( 'jquery-ui-tabs', '/wp-includes/js/jquery/ui.tabs.js', array('jquery-ui-core', 'jquery-ui-widget'), '1.8.7' );
    142142    $scripts->add_data( 'jquery-ui-tabs', 'group', 1 );
    143143
    144     $scripts->add( 'jquery-ui-sortable', '/wp-includes/js/jquery/ui.sortable.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.6' );
     144    $scripts->add( 'jquery-ui-sortable', '/wp-includes/js/jquery/ui.sortable.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.7' );
    145145    $scripts->add_data( 'jquery-ui-sortable', 'group', 1 );
    146146
    147     $scripts->add( 'jquery-ui-draggable', '/wp-includes/js/jquery/ui.draggable.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.6' );
     147    $scripts->add( 'jquery-ui-draggable', '/wp-includes/js/jquery/ui.draggable.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.7' );
    148148    $scripts->add_data( 'jquery-ui-draggable', 'group', 1 );
    149149
    150     $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' );
     150    $scripts->add( 'jquery-ui-droppable', '/wp-includes/js/jquery/ui.droppable.js', array('jquery-ui-core', 'jquery-ui-mouse', 'jquery-ui-draggable'), '1.8.7' );
    151151    $scripts->add_data( 'jquery-ui-droppable', 'group', 1 );
    152152
    153     $scripts->add( 'jquery-ui-selectable', '/wp-includes/js/jquery/ui.selectable.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.6' );
     153    $scripts->add( 'jquery-ui-selectable', '/wp-includes/js/jquery/ui.selectable.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.7' );
    154154    $scripts->add_data( 'jquery-ui-selectable', 'group', 1 );
    155155
    156     $scripts->add( 'jquery-ui-resizable', '/wp-includes/js/jquery/ui.resizable.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.6' );
     156    $scripts->add( 'jquery-ui-resizable', '/wp-includes/js/jquery/ui.resizable.js', array('jquery-ui-core', 'jquery-ui-mouse'), '1.8.7' );
    157157    $scripts->add_data( 'jquery-ui-resizable', 'group', 1 );
    158158
    159     $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' );
     159    $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.7' );
    160160    $scripts->add_data( 'jquery-ui-dialog', 'group', 1 );
    161161
Note: See TracChangeset for help on using the changeset viewer.