Make WordPress Core


Ignore:
Timestamp:
10/07/2010 04:20:19 AM (13 years ago)
Author:
nacin
Message:

Verify that a widget is draggable before stripping its draggability. props filosofo, see #12863. Fixes widget creation for jQUI 1.8.5; should be fixed in jQUI 1.8.6.

File:
1 edited

Legend:

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

    r15722 r15738  
    338338        $scripts->add_data( 'media-upload', 'group', 1 );
    339339
    340         $scripts->add( 'admin-widgets', "/wp-admin/js/widgets$suffix.js", array( 'jquery-ui-sortable', 'jquery-ui-draggable', 'jquery-ui-droppable' ), '20090824' );
     340        $scripts->add( 'admin-widgets', "/wp-admin/js/widgets$suffix.js", array( 'jquery-ui-sortable', 'jquery-ui-draggable', 'jquery-ui-droppable' ), '20101007' );
    341341        $scripts->add_data( 'admin-widgets', 'group', 1 );
    342342
Note: See TracChangeset for help on using the changeset viewer.