From 5505b145af29f0ddf4491f34d7ad8a928d81778b Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 26 Feb 2008 22:51:16 +0000 Subject: [PATCH] Bump jquery color ver git-svn-id: http://svn.automattic.com/wordpress/trunk@7052 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 29c065addc..4efacf10e1 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -85,7 +85,7 @@ class WP_Scripts { $this->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.2.3'); $this->add( 'jquery-form', '/wp-includes/js/jquery/jquery.form.js', array('jquery'), '2.02'); - $this->add( 'jquery-color', '/wp-includes/js/jquery/jquery.color.js', array('jquery'), '2.0'); + $this->add( 'jquery-color', '/wp-includes/js/jquery/jquery.color.js', array('jquery'), '2.0-4561'); $this->add( 'interface', '/wp-includes/js/jquery/interface.js', array('jquery'), '1.2' ); $this->add( 'dimensions', '/wp-includes/js/jquery/jquery.dimensions.min.js', array('jquery'), '1.1.2'); $this->add( 'suggest', '/wp-includes/js/jquery/suggest.js', array('dimensions'), '1.1');