Customize: Fix focusing on controls for widgets and nav menu items after [38648].

Shift-click on nav menu items was not expanding the nav menu section, and shift-clicking on widgets would not always result in focus being added to an element in the control's container.

See #34391.

Built from https://develop.svn.wordpress.org/trunk@38668


git-svn-id: http://core.svn.wordpress.org/trunk@38611 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter
2016-09-28 04:20:29 +00:00
parent 3b6314e032
commit 9a9af068e5
5 changed files with 37 additions and 23 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-alpha-38667';
$wp_version = '4.7-alpha-38668';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.