Changeset 37164 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 04/06/2016 10:44:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r37072 r37164 180 180 181 181 // jQuery 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' );182 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.12.3' ); 183 $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.12.3' ); 184 184 $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.4.0' ); 185 185
Note: See TracChangeset
for help on using the changeset viewer.