From 1a234860fdd7a20775b664f0ece5f2f89b2562c2 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 16 Oct 2015 12:04:53 -0400 Subject: [PATCH] Removing the uber-menu from the off-canvas. --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index cd6b562..9a1057b 100644 --- a/functions.php +++ b/functions.php @@ -118,7 +118,7 @@ function glm_offcanvas_menu() { echo '
'; wp_nav_menu(array( - 'theme_location' => 'top-bar', + 'theme_location' => '', 'container' => '', 'container_class' => '', 'menu' => '', -- 2.17.1