Make WordPress Core


Ignore:
Timestamp:
03/28/2009 08:21:43 AM (17 years ago)
Author:
azaozz
Message:

Fix highlighting of the whole page while dragging a sortable in WebKit, ajax tag cloud for non-admin users

File:
1 edited

Legend:

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

    r10848 r10849  
    248248        $scripts->add( 'xfn', "/wp-admin/js/xfn$suffix.js", false, '3517m' );
    249249
    250         $scripts->add( 'postbox', "/wp-admin/js/postbox$suffix.js", array('jquery-ui-sortable'), '20090325' );
     250        $scripts->add( 'postbox', "/wp-admin/js/postbox$suffix.js", array('jquery-ui-sortable'), '20090327' );
    251251        $scripts->add_data( 'postbox', 'group', 1 );
    252252        $scripts->localize( 'postbox', 'postboxL10n', array(
Note: See TracChangeset for help on using the changeset viewer.