Make WordPress Core


Ignore:
Timestamp:
02/01/2009 11:52:10 PM (15 years ago)
Author:
azaozz
Message:

Fix most popular link category list, props chmac, fixes #9012

File:
1 edited

Legend:

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

    r10476 r10477  
    301301        ) );
    302302
    303         $scripts->add( 'link', "/wp-admin/js/link$suffix.js", array('jquery-ui-tabs', 'wp-lists', 'postbox'), '20090128' );
     303        $scripts->add( 'link', "/wp-admin/js/link$suffix.js", array('jquery-ui-tabs', 'wp-lists', 'postbox'), '20090201' );
    304304        $scripts->add_data( 'link', 'group', 1 );
    305305
Note: See TracChangeset for help on using the changeset viewer.