Changeset 51467
- Timestamp:
- 07/21/2021 12:16:35 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r51390 r51467 1131 1131 $scripts->add( 'media-upload', "/wp-admin/js/media-upload$suffix.js", array( 'thickbox', 'shortcode' ), false, 1 ); 1132 1132 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 ); 1134 1134 1135 1135 // JS-only version of hoverintent (no dependencies).
Note: See TracChangeset
for help on using the changeset viewer.