projects
/
WP-Themes
/
hospitalitymentality.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
306721b
)
adding logout menu
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 3 Apr 2018 17:30:20 +0000
(13:30 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 3 Apr 2018 17:30:20 +0000
(13:30 -0400)
adding nav menu for logout
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
d579efc
..
6e7c74e
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-66,8
+66,9
@@
function accesspress_parallax_setup() {
// This theme uses wp_nav_menu() in one location.
register_nav_menus( array(
- 'primary' => __( 'Primary Menu', 'accesspress-parallax' ),
- 'login' => __( 'Login Menu', 'accesspress-parallax' ),
+ 'primary' => __( 'Primary Menu', 'accesspress-parallax' ),
+ 'login' => __( 'Login Menu', 'accesspress-parallax' ),
+ 'logout' => __( 'Logout Menu', 'accesspress-parallax' ),
) );
/*