projects
/
WP-Themes
/
northernlakes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e49b8
)
Ignoring bad event page in off-canvas function.
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 14 Sep 2015 21:25:30 +0000
(17:25 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 14 Sep 2015 21:25:39 +0000
(17:25 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
9f5e2f4
..
92e6430
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-155,7
+155,8
@@
function glm_offcanvas_menu() {
wp_page_menu(array(
'depth' => 0,
'sort_column' => 'menu_order',
- 'menu_class' => 'left-off-canvas-list'
+ 'menu_class' => 'left-off-canvas-list',
+ 'exclude' => '5294'
));
}