diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-08-10 00:55:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-08-10 00:55:38 +0000 |
commit | 3968a954e883ef48f8ffc3f14f0ac77806a0c378 (patch) | |
tree | 84c30c64713e609bf6a501f81b38db1719ae6e10 | |
parent | 02262dec24a734b689a20b440c96ebc005aa821f (diff) | |
download | brdo-3968a954e883ef48f8ffc3f14f0ac77806a0c378.tar.gz brdo-3968a954e883ef48f8ffc3f14f0ac77806a0c378.tar.bz2 |
- Patch #857296 by yched: comment fields not displaying in proper order.
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
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, |