projects
/
WP-Themes
/
gaylordmichigan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab3b6df
)
Registering the Members Only nav menu location
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 14 Jun 2017 16:15:09 +0000
(12:15 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 14 Jun 2017 16:15:09 +0000
(12:15 -0400)
lib/navigation.php
patch
|
blob
|
history
diff --git
a/lib/navigation.php
b/lib/navigation.php
index
53c2293
..
6166357
100644
(file)
--- a/
lib/navigation.php
+++ b/
lib/navigation.php
@@
-2,7
+2,8
@@
register_nav_menus(array(
'top-bar' => 'Site Navigation',
- 'second-header' => 'Secondary Header Navigation'
+ 'second-header' => 'Secondary Header Navigation',
+ 'members-only-menu' => 'Members Only Menu'
));
/**