From d1d60324526539acc3eca18bd8c5c065314f515a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 30 Sep 2010 01:06:09 +0000 Subject: - Patch #925154 by swentel: default weight for Tags is wrong. --- profiles/standard/standard.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles') diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install index 2c1057080..19f4cc9df 100644 --- a/profiles/standard/standard.install +++ b/profiles/standard/standard.install @@ -313,7 +313,7 @@ function standard_install() { 'description' => $vocabulary->help, 'widget' => array( 'type' => 'taxonomy_autocomplete', - 'weight' => 4, + 'weight' => -4, ), 'display' => array( 'default' => array( -- cgit v1.2.3