From: Laury GvR Date: Tue, 23 Oct 2018 19:35:59 +0000 (-0400) Subject: Fixing the is_in_tree check for the off-canvas menu, which was still using the old... X-Git-Tag: v1.0.0^2~7 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=3f7815c1cd06bafdd474e85a78ed085e62e11501;p=WP-Themes%2Flakesideclub.git Fixing the is_in_tree check for the off-canvas menu, which was still using the old deprecated function --- 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 '
'; } }