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