projects
/
WP-Themes
/
originalbutterflyhouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27b903b
)
removing stray z character from menu walker
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 21 Nov 2016 16:10:14 +0000
(11:10 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 21 Nov 2016 16:10:14 +0000
(11:10 -0500)
lib/menu-walker.php
patch
|
blob
|
history
diff --git
a/lib/menu-walker.php
b/lib/menu-walker.php
index
a91dd2b
..
5d5d54e
100644
(file)
--- a/
lib/menu-walker.php
+++ b/
lib/menu-walker.php
@@
-77,5
+77,5
@@
class Glm_Theme_Off_Canvas_Walker extends Walker_Nav_Menu {
$output .= '</ul>';
}
}
-endif;
z
+endif;
?>