Changeset 46875 for branches/5.3/src/wp-includes/script-loader.php
- Timestamp:
- 12/10/2019 01:36:45 AM (5 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
-
branches/5.3/src/wp-includes/script-loader.php
r46873 r46875 1517 1517 1518 1518 // JS-only version of hoverintent (no dependencies). 1519 $scripts->add( 'hoverintent-js', "/wp-includes/js/hoverintent-js.min.js", array(), '2.2.1', 1 );1519 $scripts->add( 'hoverintent-js', '/wp-includes/js/hoverintent-js.min.js', array(), '2.2.1', 1 ); 1520 1520 1521 1521 $scripts->add( 'customize-base', "/wp-includes/js/customize-base$suffix.js", array( 'jquery', 'json2', 'underscore' ), false, 1 );
Note: See TracChangeset
for help on using the changeset viewer.