Merge pull request #1018 from mrwweb/tux-menu-naming

Change primary menu idea to menu-1: props @mrwweb
This commit is contained in:
Tammie Lister 2016-12-23 14:40:15 +00:00 committed by GitHub
commit 9700947f74
2 changed files with 2 additions and 2 deletions

View file

@ -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' ),
) );
/*