Skip to content
Snippets Groups Projects
Commit 4d9cd12b authored by Angie Byron's avatar Angie Byron
Browse files

#1014714 by janusman: Fixed Installer-created Home item on main-menu not translatable

parent 6ec0561e
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
...@@ -410,7 +410,7 @@ function standard_install() { ...@@ -410,7 +410,7 @@ function standard_install() {
// Create a Home link in the main menu. // Create a Home link in the main menu.
$item = array( $item = array(
'link_title' => 'Home', 'link_title' => st('Home'),
'link_path' => '<front>', 'link_path' => '<front>',
'menu_name' => 'main-menu', 'menu_name' => 'main-menu',
); );
......
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