From 3968a954e883ef48f8ffc3f14f0ac77806a0c378 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 10 Aug 2010 00:55:38 +0000 Subject: - Patch #857296 by yched: comment fields not displaying in proper order. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index b98f9e5f2..36301594d 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -172,7 +172,7 @@ function comment_field_extra_fields() { 'description' => t('Author textfield'), 'weight' => -2, ), - 'title' => array( + 'subject' => array( 'label' => t('Subject'), 'description' => t('Subject textfield'), 'weight' => -1, -- cgit v1.2.3