From bbdf00c95cd0587dccbbb647e967ec4049964375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Fri, 18 Nov 2016 19:05:29 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyseventeen/functions.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentyseventeen/functions.php b/wp-content/themes/twentyseventeen/functions.php index 6746165823..a777a8cd94 100644 --- a/wp-content/themes/twentyseventeen/functions.php +++ b/wp-content/themes/twentyseventeen/functions.php @@ -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', diff --git a/wp-includes/version.php b/wp-includes/version.php index 533a8a9688..ba383348cd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.