Skip to content
Snippets Groups Projects
Commit 6030a5b2 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #81931 by keith.smith: improved wording of help text.

parent a82e1fe2
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -296,7 +296,7 @@ function comment_block($op = 'list', $delta = 0, $edit = array()) {
'#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 to display in block with recent comments.'),
'#description' => t('Number of comments displayed in the <em>Recent comments</em> block.'),
);
return $form;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment