Make WordPress Core


Ignore:
Timestamp:
11/06/2008 01:52:37 AM (16 years ago)
Author:
ryan
Message:

Bind menu icons to single click instead of double

File:
1 edited

Legend:

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

    r9536 r9539  
    298298
    299299        $scripts->add( 'hoverIntent', '/wp-includes/js/hoverIntent.js', array('jquery'), '20070327' );
    300         $scripts->add( 'menu', '/wp-admin/js/menu.js', array( 'jquery', 'hoverIntent' ), '20081030' );
     300        $scripts->add( 'menu', '/wp-admin/js/menu.js', array( 'jquery', 'hoverIntent' ), '20081105' );
    301301
    302302    }
Note: See TracChangeset for help on using the changeset viewer.