From cfa6e60bcb8d1a259d7030861c4d1cf3b6774a24 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sun, 12 Jul 2015 12:08:24 +0000 Subject: [PATCH] Nav menus: Add an ID attribute to the menu select box to link it with the label. see #31816. fixes #32699. Built from https://develop.svn.wordpress.org/trunk@33174 git-svn-id: http://core.svn.wordpress.org/trunk@33146 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/nav-menus.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php index 9b06474a3b..4c0f7bfbf1 100644 --- a/wp-admin/nav-menus.php +++ b/wp-admin/nav-menus.php @@ -654,8 +654,8 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
- - diff --git a/wp-includes/version.php b/wp-includes/version.php index 16eec721b5..0b2b5d5fc9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta2-33173'; +$wp_version = '4.3-beta2-33174'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.