mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
jQuery 1.7.
props ocean90, fixes #19144. git-svn-id: http://svn.automattic.com/wordpress/trunk@19165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
854684b63b
commit
c2afd4bac8
8
wp-includes/js/jquery/jquery.js
vendored
8
wp-includes/js/jquery/jquery.js
vendored
File diff suppressed because one or more lines are too long
@ -117,7 +117,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
// not used in core, replaced by Jcrop.js
|
||||
$scripts->add( 'cropper', '/wp-includes/js/crop/cropper.js', array('scriptaculous-dragdrop'), '20070118');
|
||||
|
||||
$scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.6.4' );
|
||||
$scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.7' );
|
||||
|
||||
// full jQuery UI
|
||||
$scripts->add( 'jquery-ui-core', '/wp-includes/js/jquery/ui/jquery.ui.core.min.js', array('jquery'), '1.8.16', 1 );
|
||||
|
Loading…
Reference in New Issue
Block a user