forked from mirror/_s
Merge pull request #872 from Automattic/simplify-primary-location-name
Update 'primary menu' location to 'primary' to simplify for users.
This commit is contained in:
commit
eb1040d530
|
@ -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' ),
|
||||
) );
|
||||
|
||||
/*
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in New Issue