Make WordPress Core

Changeset 51503


Ignore:
Timestamp:
07/28/2021 12:50:15 PM (3 years ago)
Author:
desrosj
Message:

External Libraries: Correct the hoverIntent version used when registering.

Follow up to [50521].

Props david.binda.
Merges [51467] to the 5.8 branch.
Fixes #53715.

Location:
branches/5.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.8

  • branches/5.8/src/wp-includes/script-loader.php

    r51394 r51503  
    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.