Skip to content
Snippets Groups Projects
Commit 04d9f339 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2250335 by drupaledmonk, pingwin4eg | jhodgdon: Forum hook_help still...

Issue #2250335 by drupaledmonk, pingwin4eg | jhodgdon: Forum hook_help still using URL instead of route.
parent 41465370
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
......@@ -48,7 +48,8 @@ function forum_help($path, $arg) {
$output = '<p>' . t('Forums contain forum topics. Use containers to group related forums.') . '</p>';
$more_help_link = array(
'#type' => 'link',
'#href' => 'admin/help/forum',
'#route_name' => 'help.page',
'#route_parameters' => array('name' => 'forum'),
'#title' => t('More help'),
);
$container = array(
......
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