projects
/
WP-Themes
/
petoskeyarea.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5605334
)
removing print_r statements
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 14 Oct 2016 13:50:59 +0000
(09:50 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 14 Oct 2016 13:50:59 +0000
(09:50 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
dd2864b
..
4bb0dd8
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-326,7
+326,6
@@
function create_offcanvas_menu($menu_name){
$page_ids[] = get_post_meta( $menu_item->ID, '_menu_item_object_id', true );
}
}
- print_r($page_ids);
glm_page_menu(0, 'left-off-canvas-list',$page_ids);
}
?>