mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
Twenty Seventeen: Rename the starter content menus to match the menu area names.
Saves strings and is more descriptive. props davidakennedy. see #38615. Built from https://develop.svn.wordpress.org/trunk@39294 git-svn-id: http://core.svn.wordpress.org/trunk@39234 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0f4d6f99cc
commit
bbdf00c95c
@ -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',
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-beta4-39293';
|
||||
$wp_version = '4.7-beta4-39294';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user