Make WordPress Core


Ignore:
Timestamp:
02/18/2010 08:49:16 PM (14 years ago)
Author:
ryan
Message:

jQuery UI 1.7.2. fixes #11595

File:
1 edited

Legend:

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

    r13195 r13201  
    119119    $scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.4.1');
    120120
    121     $scripts->add( 'jquery-ui-core', '/wp-includes/js/jquery/ui.core.js', array('jquery'), '1.7.1' );
     121    $scripts->add( 'jquery-ui-core', '/wp-includes/js/jquery/ui.core.js', array('jquery'), '1.7.2' );
    122122    $scripts->add_data( 'jquery-ui-core', 'group', 1 );
    123123
    124     $scripts->add( 'jquery-ui-tabs', '/wp-includes/js/jquery/ui.tabs.js', array('jquery-ui-core'), '1.7.1' );
     124    $scripts->add( 'jquery-ui-tabs', '/wp-includes/js/jquery/ui.tabs.js', array('jquery-ui-core'), '1.7.2' );
    125125    $scripts->add_data( 'jquery-ui-tabs', 'group', 1 );
    126126
    127     $scripts->add( 'jquery-ui-sortable', '/wp-includes/js/jquery/ui.sortable.js', array('jquery-ui-core'), '1.7.1' );
     127    $scripts->add( 'jquery-ui-sortable', '/wp-includes/js/jquery/ui.sortable.js', array('jquery-ui-core'), '1.7.2' );
    128128    $scripts->add_data( 'jquery-ui-sortable', 'group', 1 );
    129129
    130     $scripts->add( 'jquery-ui-draggable', '/wp-includes/js/jquery/ui.draggable.js', array('jquery-ui-core'), '1.7.1' );
     130    $scripts->add( 'jquery-ui-draggable', '/wp-includes/js/jquery/ui.draggable.js', array('jquery-ui-core'), '1.7.2' );
    131131    $scripts->add_data( 'jquery-ui-draggable', 'group', 1 );
    132132
    133     $scripts->add( 'jquery-ui-droppable', '/wp-includes/js/jquery/ui.droppable.js', array('jquery-ui-core'), '1.7.1' );
     133    $scripts->add( 'jquery-ui-droppable', '/wp-includes/js/jquery/ui.droppable.js', array('jquery-ui-core'), '1.7.2' );
    134134    $scripts->add_data( 'jquery-ui-droppable', 'group', 1 );
    135135
    136     $scripts->add( 'jquery-ui-selectable', '/wp-includes/js/jquery/ui.selectable.js', array('jquery-ui-core'), '1.7.1' );
     136    $scripts->add( 'jquery-ui-selectable', '/wp-includes/js/jquery/ui.selectable.js', array('jquery-ui-core'), '1.7.2' );
    137137    $scripts->add_data( 'jquery-ui-selectable', 'group', 1 );
    138138
    139     $scripts->add( 'jquery-ui-resizable', '/wp-includes/js/jquery/ui.resizable.js', array('jquery-ui-core'), '1.7.1' );
     139    $scripts->add( 'jquery-ui-resizable', '/wp-includes/js/jquery/ui.resizable.js', array('jquery-ui-core'), '1.7.2' );
    140140    $scripts->add_data( 'jquery-ui-resizable', 'group', 1 );
    141141
    142     $scripts->add( 'jquery-ui-dialog', '/wp-includes/js/jquery/ui.dialog.js', array('jquery-ui-resizable', 'jquery-ui-draggable'), '1.7.1' );
     142    $scripts->add( 'jquery-ui-dialog', '/wp-includes/js/jquery/ui.dialog.js', array('jquery-ui-resizable', 'jquery-ui-draggable'), '1.7.2' );
    143143    $scripts->add_data( 'jquery-ui-dialog', 'group', 1 );
    144144
Note: See TracChangeset for help on using the changeset viewer.