From: Steve Sutton Date: Thu, 9 Jul 2015 15:04:48 +0000 (-0400) Subject: Bug fix X-Git-Tag: V1.0.0^2~131 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=30cb503b6c3b2b969e2c25d64e07f3545b76dd0f;p=WP-Themes%2FGovernmentEmmet.git Bug fix error in code for menu object --- 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.'
  • '; }