Update 'primary menu' location to 'primary' to simplify for users.

This commit is contained in:
sarah 2015-11-30 12:59:37 +00:00
parent 855b5eb7f2
commit f3fe297585
2 changed files with 7 additions and 3 deletions

View File

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

View File

@ -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