From 20b5732ae3aa6e23764e401f53ce1a9d2a55fbc6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 22 Apr 2016 12:55:36 -0400 Subject: [PATCH] finxing syntax error --- lib/navigation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/navigation.php b/lib/navigation.php index f18d6f1..b9dd7bf 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -52,7 +52,7 @@ if ( ! function_exists( 'glm_theme_footer' ) ) { * Chamber Menu */ if ( ! function_exists( 'glm_theme_chamber' ) ) { - function glm_theme_footer() { + function glm_theme_chamber() { wp_nav_menu(array( 'container' => false, // remove nav container 'container_class' => '', // class of container -- 2.17.1