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, Clorith.
Merges [52673] to the 5.9 branch.
Fixes #54904.


Built from https://develop.svn.wordpress.org/branches/5.9@52729


git-svn-id: http://core.svn.wordpress.org/branches/5.9@52318 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson
2022-02-15 02:48:59 +00:00
parent 29ed36c8c6
commit 2ef6202356
2 changed files with 2 additions and 2 deletions

View File

@@ -1142,7 +1142,7 @@ function wp_default_scripts( $scripts ) {
$scripts->add( 'media-upload', "/wp-admin/js/media-upload$suffix.js", array( 'thickbox', 'shortcode' ), false, 1 );
$scripts->add( 'hoverIntent', "/wp-includes/js/hoverIntent$suffix.js", array( 'jquery' ), '1.10.1', 1 );
$scripts->add( 'hoverIntent', "/wp-includes/js/hoverIntent$suffix.js", array( 'jquery' ), '1.10.2', 1 );
// JS-only version of hoverintent (no dependencies).
$scripts->add( 'hoverintent-js', '/wp-includes/js/hoverintent-js.min.js', array(), '2.2.1', 1 );

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9.1-alpha-52728';
$wp_version = '5.9.1-alpha-52729';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.