From: Laury GvR Date: Wed, 27 Feb 2019 21:09:59 +0000 (-0500) Subject: Fix shop dropdown UL end tag X-Git-Tag: v1.0.0^2~18 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=7057c7d8c8fbca9602d410d09b0baeb13e6ce0b6;p=WP-Themes%2Fgilmoremuseum2019.git Fix shop dropdown UL end tag --- diff --git a/lib/menu-walker.php b/lib/menu-walker.php index dbef113..d86b777 100644 --- a/lib/menu-walker.php +++ b/lib/menu-walker.php @@ -37,7 +37,7 @@ class Glm_Theme_Top_Bar_Walker extends Walker_Nav_Menu { global $woocommerce; $wooCategories = do_shortcode('[product_categories number="" orderby="name" order="asc" columns="1" hide_empty="0" parent="0" ids=""]'); $item_html .= ''; //
  • Categories
  • //
  • ' . $wooCategories . '