Make WordPress Core


Ignore:
Timestamp:
05/14/2013 07:53:05 PM (12 years ago)
Author:
ocean90
Message:

hoverIntent r7. props mjbanks. fixes #23752.

File:
1 edited

Legend:

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

    r24252 r24259  
    322322    $scripts->add( 'media-upload', "/wp-admin/js/media-upload$suffix.js", array( 'thickbox', 'shortcode' ), false, 1 );
    323323
    324     $scripts->add( 'hoverIntent', "/wp-includes/js/hoverIntent$suffix.js", array('jquery'), 'r6', 1 );
     324    $scripts->add( 'hoverIntent', "/wp-includes/js/hoverIntent$suffix.js", array('jquery'), 'r7', 1 );
    325325
    326326    $scripts->add( 'customize-base',     "/wp-includes/js/customize-base$suffix.js",     array( 'jquery', 'json2' ), false, 1 );
Note: See TracChangeset for help on using the changeset viewer.