Make WordPress Core

Changeset 51467


Ignore:
Timestamp:
07/21/2021 12:16:35 PM (3 years ago)
Author:
desrosj
Message:

External Libraries: Correct the hoverIntent version used when registering.

Follow up to [50521].

Props david.binda.
Fixes #53715.

File:
1 edited

Legend:

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

    r51390 r51467  
    11311131    $scripts->add( 'media-upload', "/wp-admin/js/media-upload$suffix.js", array( 'thickbox', 'shortcode' ), false, 1 );
    11321132
    1133     $scripts->add( 'hoverIntent', "/wp-includes/js/hoverIntent$suffix.js", array( 'jquery' ), '1.8.1', 1 );
     1133    $scripts->add( 'hoverIntent', "/wp-includes/js/hoverIntent$suffix.js", array( 'jquery' ), '1.10.1', 1 );
    11341134
    11351135    // JS-only version of hoverintent (no dependencies).
Note: See TracChangeset for help on using the changeset viewer.