Skip to content
Snippets Groups Projects

ISTWCMS-6306: Refactor/rebase to merge - update hook related links to links

1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -1208,7 +1208,7 @@ function uw_cfg_common_update_9113(&$sandbox) {
// Get the items for the new links block.
$items[] = [
'uri' => $link['uri'],
'uri' => str_replace('entity:node', '/node', $link['uri']),
'title' => $link['title'],
'description' => '',
'icon' => NULL,
@@ -1298,7 +1298,7 @@ function uw_cfg_common_update_9113(&$sandbox) {
// Get the items for the new links block.
$items[] = [
'uri' => $link['uri'],
'uri' => str_replace('entity:node', '/node', $link['uri']),
'title' => $link['title'],
'description' => '',
'icon' => NULL,
@@ -1389,7 +1389,7 @@ function uw_cfg_common_update_9113(&$sandbox) {
// Get the items for the new links block.
$items[] = [
'uri' => $link['uri'],
'uri' => str_replace('entity:node', '/node', $link['uri']),
'title' => $link['title'],
'description' => '',
'icon' => NULL,
Loading