Changeset 27027 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 01/24/2014 05:39:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r26876 r27027 140 140 141 141 // jQuery 142 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.1 0.2' );143 $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.1 0.2' );142 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.11.0' ); 143 $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.11.0' ); 144 144 $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.2.1' ); 145 145
Note: See TracChangeset
for help on using the changeset viewer.