Make WordPress Core


Ignore:
Timestamp:
03/11/2015 03:11:52 PM (11 years ago)
Author:
ocean90
Message:

Update jQuery UI to 1.11.4.

Changelog:

props scott.gonzalez for arranging this release.
fixes #31597, #30998.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/jquery/ui/button.js

    r31569 r31716  
    11/*!
    2  * jQuery UI Button 1.11.3
     2 * jQuery UI Button 1.11.4
    33 * http://jqueryui.com
    44 *
     
    5353
    5454$.widget( "ui.button", {
    55     version: "1.11.3",
     55    version: "1.11.4",
    5656    defaultElement: "<button>",
    5757    options: {
     
    349349
    350350$.widget( "ui.buttonset", {
    351     version: "1.11.3",
     351    version: "1.11.4",
    352352    options: {
    353353        items: "button, input[type=button], input[type=submit], input[type=reset], input[type=checkbox], input[type=radio], a, :data(ui-button)"
Note: See TracChangeset for help on using the changeset viewer.