Make WordPress Core


Ignore:
Timestamp:
12/07/2009 11:29:25 PM (15 years ago)
Author:
markjaquith
Message:

Fix the case of the curiously expanding wp-admin menu. props westi. fixes #10366

File:
1 edited

Legend:

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

    r12318 r12334  
    6262    $scripts->add( 'utils', "/wp-admin/js/utils$suffix.js", false, '20090102' );
    6363
    64     $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20091119' );
     64    $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20091207' );
    6565    $scripts->add_data( 'common', 'group', 1 );
    6666    $scripts->localize( 'common', 'commonL10n', array(
Note: See TracChangeset for help on using the changeset viewer.