Nav menu with no site menus defined:
Nav menu with site menus defined:
Some discussion needed about this. Possibly the menu should not be rendered if the site does not have any menus defined. wp_get_nav_menu_object( $locations[ $args->theme_location ] );
returns false if no menu for given location so this could be used to bail early if no menu defined.
@glendaviesnz @vindl @gwwar I think this one is a blocker for having a working Modern Business by the end of the sprint.
I have a potential fix for this almost sorted, but phpcs has decided to pack a sad for me so couldn't get up a PR, should be able to sort first thing in the morning
Most helpful comment
I have a potential fix for this almost sorted, but phpcs has decided to pack a sad for me so couldn't get up a PR, should be able to sort first thing in the morning