From 396b9cbcd40be5be29c4cbf0f744172257cf106f Mon Sep 17 00:00:00 2001 From: mrwweb Date: Thu, 15 Sep 2016 18:06:11 -0700 Subject: [PATCH] change primary menu idea to menu-1 to align with new Automattic "Theme User Experiences Requirements" --- functions.php | 2 +- header.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 297e9ad3..4a039312 100644 --- a/functions.php +++ b/functions.php @@ -44,7 +44,7 @@ function _s_setup() { // This theme uses wp_nav_menu() in one location. register_nav_menus( array( - 'primary' => esc_html__( 'Primary', '_s' ), + 'menu-1' => esc_html__( 'Primary', '_s' ), ) ); /* diff --git a/header.php b/header.php index 0c5a7d43..ebb16620 100644 --- a/header.php +++ b/header.php @@ -42,7 +42,7 @@