From 5e130aac2fdcb86a699ec817c4fe5eb8a13e1f03 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 11 Oct 2012 03:29:02 +0000 Subject: [PATCH] Bump jQuery version in the script loader. see #21957. git-svn-id: http://core.svn.wordpress.org/trunk@22181 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/script-loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index 6485a587a0..f38f32a5a1 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -119,7 +119,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') ); - $scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', array(), '1.8.1' ); + $scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', array(), '1.8.2' ); // full jQuery UI $scripts->add( 'jquery-ui-core', '/wp-includes/js/jquery/ui/jquery.ui.core.min.js', array('jquery'), '1.9pre', 1 );