From 30cb503b6c3b2b969e2c25d64e07f3545b76dd0f Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 9 Jul 2015 11:04:48 -0400 Subject: [PATCH] Bug fix error in code for menu object --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 0da9467..77d54cb 100644 --- a/functions.php +++ b/functions.php @@ -246,7 +246,7 @@ function glm_side_menu() { foreach ($side_menu as $menu_item) { echo '
  • target) { - echo ' target="'.$menu_item>target.'"'; + echo ' target="'.$menu_item->target.'"'; } echo '>'.$menu_item->title.'
  • '; } -- 2.17.1