- Patch #508786 by catch: removed pointless help text.

merge-requests/26/head
Dries Buytaert 2009-07-03 04:35:30 +00:00
parent 45b97d8a9d
commit ae8821cfae
1 changed files with 0 additions and 1 deletions

View File

@ -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;