From 27afff543ba4bfad78a8c350e0344f00cf5e1cf5 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 31 Oct 2010 21:41:40 +0000 Subject: #944308 by bojanz: Upgrade jQuery to 1.4.3 (latest point release). --- modules/system/system.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/system/system.module b/modules/system/system.module index 296c06714..972618848 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1080,7 +1080,7 @@ function system_library() { $libraries['jquery'] = array( 'title' => 'jQuery', 'website' => 'http://jquery.com', - 'version' => '1.4.2', + 'version' => '1.4.3', 'js' => array( 'misc/jquery.js' => array('group' => JS_LIBRARY, 'weight' => -20), ), @@ -2883,7 +2883,7 @@ function system_get_module_admin_tasks($module, $info) { } if ($parent = menu_link_load($admin_tasks[$duplicate_path]['plid'])) { // Append the parent item's title to the duplicated task's title. - // We use $links[$duplicate_path] in case there are triplicates. + // We use $links[$duplicate_path] in case there are triplicates. $admin_tasks[$duplicate_path]['title'] = t('@original_title (@parent_title)', array('@original_title' => $links[$duplicate_path]['title'], '@parent_title' => $parent['title'])); } } -- cgit v1.2.3