Changeset 23301 for trunk/wp-includes/script-loader.php
- Timestamp:
- 01/15/2013 05:52:42 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r23220 r23301 127 127 // jQuery 128 128 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ) ); 129 $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.9.0 b1' );130 $scripts->add( 'jquery-migrate', '/wp-includes/js/jquery/jquery-migrate.js', array(), '1.0.0 b1' );129 $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.9.0' ); 130 $scripts->add( 'jquery-migrate', '/wp-includes/js/jquery/jquery-migrate.js', array(), '1.0.0' ); 131 131 132 132 // full jQuery UI
Note: See TracChangeset
for help on using the changeset viewer.