fix footer menu
This commit is contained in:
parent
a945c96842
commit
d434db6ca6
2 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ function kit_setup() {
|
|||
|
||||
register_nav_menus( array(
|
||||
'primary' => 'Main Menu',
|
||||
'secondary' => 'Footer Menu',
|
||||
'secondary' => 'Footer Menu'
|
||||
) );
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue