From 0e77b693ac7b24865870d4ad36ee0ff905433169 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?=
Date: Thu, 4 Jun 2015 04:38:25 +0000
Subject: [PATCH] Nav menus: hide the title attribute field by default for new
users and installs.
It is still available in screen options. This also gives the "Navigation Label", a crucial field, the room it really deserves.
props paulwilde.
fixes #32218.
Built from https://develop.svn.wordpress.org/trunk@32691
git-svn-id: http://core.svn.wordpress.org/trunk@32661 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
wp-admin/includes/nav-menu.php | 7 ++++---
wp-includes/version.php | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/wp-admin/includes/nav-menu.php b/wp-admin/includes/nav-menu.php
index 7fbf799ee6..e02276d44c 100644
--- a/wp-admin/includes/nav-menu.php
+++ b/wp-admin/includes/nav-menu.php
@@ -147,13 +147,13 @@ class Walker_Nav_Menu_Edit extends Walker_Nav_Menu {