Skip to content
Merged
Prev Previous commit
Next Next commit
Nav block: change title to attr_title
  • Loading branch information
mikachan committed Oct 15, 2021
commit dae69cf939935caf712b6654de42a0d2b0e8b119
2 changes: 1 addition & 1 deletion packages/block-library/src/navigation/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function gutenberg_parse_blocks_from_menu_items( $menu_items, $menu_items_by_par
'label' => $menu_item->title,
'opensInNewTab' => $opens_in_new_tab,
'rel' => $rel,
'title' => $menu_item->title,
'title' => $menu_item->attr_title,
'url' => $menu_item->url,
),
);
Expand Down