Merge pull request #1018 from mrwweb/tux-menu-naming
Change primary menu idea to menu-1: props @mrwweb
This commit is contained in:
commit
9700947f74
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ function _s_setup() {
|
|||
|
||||
// This theme uses wp_nav_menu() in one location.
|
||||
register_nav_menus( array(
|
||||
'primary' => esc_html__( 'Primary', '_s' ),
|
||||
'menu-1' => esc_html__( 'Primary', '_s' ),
|
||||
) );
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue