Twenty Seventeen: Rename the starter content menus to match the menu area names.
Saves strings and is more descriptive. props davidakennedy. see #38615. git-svn-id: https://develop.svn.wordpress.org/trunk@39294 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2916ca534c
commit
b34803f431
@ -144,7 +144,7 @@ function twentyseventeen_setup() {
|
||||
|
||||
'nav_menus' => array(
|
||||
'top' => array(
|
||||
'name' => __( 'Top', 'twentyseventeen' ),
|
||||
'name' => __( 'Top Menu', 'twentyseventeen' ),
|
||||
'items' => array(
|
||||
'page_home',
|
||||
'page_about',
|
||||
@ -153,7 +153,7 @@ function twentyseventeen_setup() {
|
||||
),
|
||||
),
|
||||
'social' => array(
|
||||
'name' => __( 'Social', 'twentyseventeen' ),
|
||||
'name' => __( 'Social Links Menu', 'twentyseventeen' ),
|
||||
'items' => array(
|
||||
'link_yelp',
|
||||
'link_facebook',
|
||||
|
Loading…
x
Reference in New Issue
Block a user