Make WordPress Core

Changeset 52673


Ignore:
Timestamp:
02/04/2022 10:50:39 AM (2 years ago)
Author:
Clorith
Message:

External libraries: Update version string for hoverIntent.

Updating the version string will help invalidate caches, ensuring the new version of the library is loaded where applicable.

Follow-up to [52429].

Props david.binda.
Fixes #54904.

File:
1 edited

Legend:

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

    r52657 r52673  
    11431143    $scripts->add( 'media-upload', "/wp-admin/js/media-upload$suffix.js", array( 'thickbox', 'shortcode' ), false, 1 );
    11441144
    1145     $scripts->add( 'hoverIntent', "/wp-includes/js/hoverIntent$suffix.js", array( 'jquery' ), '1.10.1', 1 );
     1145    $scripts->add( 'hoverIntent', "/wp-includes/js/hoverIntent$suffix.js", array( 'jquery' ), '1.10.2', 1 );
    11461146
    11471147    // JS-only version of hoverintent (no dependencies).
Note: See TracChangeset for help on using the changeset viewer.