diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-03 04:35:30 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-03 04:35:30 +0000 |
commit | ae8821cfaece1d8dc43d79f47eb061dae5774b65 (patch) | |
tree | 1c0c31486c4728e8b8b20ff476791ed8c41c989f | |
parent | 45b97d8a9d9bb90ce693474cb6e15bf38827b903 (diff) | |
download | brdo-ae8821cfaece1d8dc43d79f47eb061dae5774b65.tar.gz brdo-ae8821cfaece1d8dc43d79f47eb061dae5774b65.tar.bz2 |
- Patch #508786 by catch: removed pointless help text.
-rw-r--r-- | modules/comment/comment.module | 1 |
1 files changed, 0 insertions, 1 deletions
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 <em>Recent comments</em> block.'), ); return $form; |