Make WordPress Core


Ignore:
Timestamp:
08/27/2012 11:27:14 PM (13 years ago)
Author:
nacin
Message:

Update jQuery Color Animations plugin to 2.1.0. Props gnarf. fixes #21692.

File:
1 edited

Legend:

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

    r21593 r21632  
    161161
    162162    // jQuery plugins
    163     $scripts->add( 'jquery-color', "/wp-includes/js/jquery/jquery.color$suffix.js", array('jquery'), '2.0-4561m', 1 );
     163    $scripts->add( 'jquery-color', "/wp-includes/js/jquery/jquery.color$suffix.js", array('jquery'), '2.1.0', 1 );
    164164    $scripts->add( 'suggest', "/wp-includes/js/jquery/suggest$suffix.js", array('jquery'), '1.1-20110113', 1 );
    165165    $scripts->add( 'schedule', '/wp-includes/js/jquery/jquery.schedule.js', array('jquery'), '20m', 1 );
Note: See TracChangeset for help on using the changeset viewer.