From ae8821cfaece1d8dc43d79f47eb061dae5774b65 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 3 Jul 2009 04:35:30 +0000 Subject: - Patch #508786 by catch: removed pointless help text. --- modules/comment/comment.module | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 5da3909bf..fc1660467 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -265,7 +265,6 @@ function comment_block_configure($delta = '') { '#title' => t('Number of recent comments'), '#default_value' => variable_get('comment_block_count', 10), '#options' => drupal_map_assoc(array(2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 25, 30)), - '#description' => t('Number of comments displayed in the Recent comments block.'), ); return $form; -- cgit v1.2.3