From 3f7815c1cd06bafdd474e85a78ed085e62e11501 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 23 Oct 2018 15:35:59 -0400 Subject: [PATCH] Fixing the is_in_tree check for the off-canvas menu, which was still using the old deprecated function --- lib/navigation.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/lib/navigation.php b/lib/navigation.php index b0c8607..6b58ebc 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -53,12 +53,19 @@ if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) { function glm_theme_mobile_off_canvas() { echo '
'; echo '
'; } } -- 2.17.1