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.