From f3fe297585c05cdd5067bc08b26d42fba670b39d Mon Sep 17 00:00:00 2001 From: sarah Date: Mon, 30 Nov 2015 12:59:37 +0000 Subject: [PATCH] Update 'primary menu' location to 'primary' to simplify for users. --- functions.php | 2 +- languages/_s.pot | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 36ce562..19e6b76 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 Menu', '_s' ), + 'primary' => esc_html__( 'Primary', '_s' ), ) ); /* diff --git a/languages/_s.pot b/languages/_s.pot index 6015ed4..8dbe86d 100644 --- a/languages/_s.pot +++ b/languages/_s.pot @@ -84,9 +84,8 @@ msgid "Theme: %1$s by %2$s." msgstr "" #: functions.php:47 -#: header.php:38 #@ _s -msgid "Primary Menu" +msgid "Primary" msgstr "" #: functions.php:102 @@ -99,6 +98,11 @@ msgstr "" msgid "Skip to content" msgstr "" +#: header.php:38 +#@ _s +msgid "Primary Menu" +msgstr "" + #: inc/template-tags.php:28 #, php-format #@ _s