projects
/
WP-Themes
/
GovernmentEmmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab1869e
)
Bug fix
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 9 Jul 2015 15:04:48 +0000
(11:04 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 9 Jul 2015 15:04:48 +0000
(11:04 -0400)
error in code for menu object
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
0da9467
..
77d54cb
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-246,7
+246,7
@@
function glm_side_menu() {
foreach ($side_menu as $menu_item) {
echo '<li><a href="'.$menu_item->url.'"';
if ($menu_item->target) {
- echo ' target="'.$menu_item>target.'"';
+ echo ' target="'.$menu_item
-
>target.'"';
}
echo '>'.$menu_item->title.'</a></li>';
}