Update 'primary menu' location to 'primary' to simplify for users.
This commit is contained in:
parent
855b5eb7f2
commit
f3fe297585
2 changed files with 7 additions and 3 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 Menu', '_s' ),
|
||||
'primary' => esc_html__( 'Primary', '_s' ),
|
||||
) );
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue