From 70e5843c60e029c72228807711a55f85b12cf73d Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Wed, 21 May 2014 16:32:58 +0100 Subject: [PATCH] Menu location fix --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index c594603..2c155ff 100644 --- a/functions.php +++ b/functions.php @@ -44,7 +44,7 @@ add_action( 'wp_enqueue_scripts', 'theme_scripts' ); if ( function_exists( 'register_nav_menus' ) ) register_nav_menus(array( - 'main' => 'Main', + 'header' => 'Header', 'footer' => 'Footer' )); @@ -56,4 +56,4 @@ function wp_nav_menu_args( $args = '' ) { return $args; } -add_filter( 'wp_nav_menu_args', 'wp_nav_menu_args' ); \ No newline at end of file +add_filter( 'wp_nav_menu_args', 'wp_nav_menu_args' );