syntax fix
This commit is contained in:
parent
f5d9c851d5
commit
0333b3ffc5
|
@ -7,5 +7,5 @@ register_nav_menus(
|
||||||
'footer-openfest' => __('OpenFest', 'initfest'),
|
'footer-openfest' => __('OpenFest', 'initfest'),
|
||||||
'footer-schedule' => __('Schedule', 'initfest'),
|
'footer-schedule' => __('Schedule', 'initfest'),
|
||||||
'footer-others' => __('Footer Others', 'initfest'),
|
'footer-others' => __('Footer Others', 'initfest'),
|
||||||
'footer-followus' => __('Follow us in:', 'initfest') ) )
|
'footer-followus' => __('Follow us in:', 'initfest') )
|
||||||
);
|
);
|
Loading…
Reference in New Issue