From 6485e5e3cf3828757c924b0c67991ffa459c0489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Wed, 2 Nov 2016 22:11:31 +0000 Subject: [PATCH] Menus: Use a label of "Display location" for individual nav menu settings. While "Menu/Theme locations" was descriptive of what the choices listed were, in the context of editing an individual nav menu it is more descriptive to use a setting label that tells you what it is you are affecting for that nav menu, which is where it will be displayed. Technically multiple locations can be chosen, but in practice that appears to be rare enough that we can avoid an awkward "location(s)" type string. props Fencer04 for the initial patch. fixes #38525. Built from https://develop.svn.wordpress.org/trunk@39098 git-svn-id: http://core.svn.wordpress.org/trunk@39040 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/nav-menus.php | 2 +- wp-includes/customize/class-wp-customize-nav-menu-control.php | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php index 9ca69e244e..a00eb885de 100644 --- a/wp-admin/nav-menus.php +++ b/wp-admin/nav-menus.php @@ -808,7 +808,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );