Changeset 32978 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 06/27/2015 11:39:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r32883 r32978 185 185 186 186 // jQuery 187 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.11. 2' );188 $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.11. 2' );187 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.11.3' ); 188 $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.11.3' ); 189 189 $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.2.1' ); 190 190
Note: See TracChangeset
for help on using the changeset viewer.