Changeset 37604 for branches/4.5/src/wp-includes/script-loader.php
- Timestamp:
- 06/01/2016 12:24:46 PM (10 years ago)
- Location:
- branches/4.5
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.5
- Property svn:mergeinfo changed
/trunk merged: 37433,37472,37526
- Property svn:mergeinfo changed
-
branches/4.5/src/wp-includes/script-loader.php
r37528 r37604 182 182 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.12.4' ); 183 183 $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.12.4' ); 184 $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.4. 0' );184 $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.4.1' ); 185 185 186 186 // full jQuery UI
Note: See TracChangeset
for help on using the changeset viewer.