syntax fix

This commit is contained in:
Vladimir Vassilev 2014-09-30 13:45:57 +03:00
parent f5d9c851d5
commit 0333b3ffc5
1 changed files with 1 additions and 1 deletions

View File

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