Changeset 49667 for branches/5.6/src/wp-includes/script-loader.php
- Timestamp:
- 11/19/2020 09:29:38 AM (5 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-includes/script-loader.php
r49615 r49667 733 733 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.5.1' ); 734 734 $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.5.1' ); 735 $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.3.2 -pre' );735 $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.3.2' ); 736 736 737 737 // Full jQuery UI.
Note: See TracChangeset
for help on using the changeset viewer.