Skip to content
Snippets Groups Projects
Commit 105e0749 authored by Daniel Wehner's avatar Daniel Wehner Committed by Tim Plunkett
Browse files

Issue #1490680 by dawehner | jbucks: Fixed 'Add comment link' doesn't show...

Issue #1490680 by dawehner | jbucks: Fixed 'Add comment link' doesn't show when they are no comments on a node.
parent 148a2d58
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
...@@ -38,7 +38,6 @@ function options_form(&$form, &$form_state) { ...@@ -38,7 +38,6 @@ function options_form(&$form, &$form_state) {
'#title' => t('Show teaser-style link'), '#title' => t('Show teaser-style link'),
'#default_value' => $this->options['teaser'], '#default_value' => $this->options['teaser'],
'#description' => t('Show the comment link in the form used on standard node teasers, rather than the full node form.'), '#description' => t('Show the comment link in the form used on standard node teasers, rather than the full node form.'),
'#fieldset' => 'more',
); );
parent::options_form($form, $form_state); parent::options_form($form, $form_state);
......
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