Changeset 37070 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 03/23/2016 06:46:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r37040 r37070 180 180 181 181 // jQuery 182 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.12. 1' );183 $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.12. 1' );182 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.12.2' ); 183 $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.12.2' ); 184 184 $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.3.0' ); 185 185
Note: See TracChangeset
for help on using the changeset viewer.