Make WordPress Core


Ignore:
Timestamp:
02/24/2009 02:37:22 AM (17 years ago)
Author:
azaozz
Message:

Allow the dashboard widgets to be arranged in up to four columns. The number of columns can be selected from the Screen Options tab.

File:
1 edited

Legend:

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

    r10635 r10641  
    246246        $scripts->add( 'xfn', "/wp-admin/js/xfn$suffix.js", false, '3517m' );
    247247
    248         $scripts->add( 'postbox', "/wp-admin/js/postbox$suffix.js", array('jquery-ui-sortable'), '20090102' );
     248        $scripts->add( 'postbox', "/wp-admin/js/postbox$suffix.js", array('jquery-ui-sortable'), '20090223' );
    249249        $scripts->add_data( 'postbox', 'group', 1 );
    250250        $scripts->localize( 'postbox', 'postboxL10n', array(
Note: See TracChangeset for help on using the changeset viewer.