From 9bb355dccd45303216841b93d7963993b2dd6ca4 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Wed, 2 Nov 2016 22:10:30 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@39098 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/nav-menus.php | 2 +- .../customize/class-wp-customize-nav-menu-control.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/nav-menus.php b/src/wp-admin/nav-menus.php index 9ca69e244e..a00eb885de 100644 --- a/src/wp-admin/nav-menus.php +++ b/src/wp-admin/nav-menus.php @@ -808,7 +808,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );