Make WordPress Core


Ignore:
Timestamp:
03/11/2015 05:14:34 PM (10 years ago)
Author:
ocean90
Message:

Update hoverIntent to 1.8.1.

props rachelbaker, jesin.
fixes #31505.

File:
1 edited

Legend:

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

    r31716 r31723  
    381381    $scripts->add( 'media-upload', "/wp-admin/js/media-upload$suffix.js", array( 'thickbox', 'shortcode' ), false, 1 );
    382382
    383     $scripts->add( 'hoverIntent', "/wp-includes/js/hoverIntent$suffix.js", array('jquery'), 'r7', 1 );
     383    $scripts->add( 'hoverIntent', "/wp-includes/js/hoverIntent$suffix.js", array('jquery'), '1.8.1', 1 );
    384384
    385385    $scripts->add( 'customize-base',     "/wp-includes/js/customize-base$suffix.js",     array( 'jquery', 'json2', 'underscore', 'wp-a11y' ), false, 1 );
Note: See TracChangeset for help on using the changeset viewer.