Menus: Restore checkboxes in post type search which were lost in [38584].

The `$args` variable was being overridden instead of extended, therefore causing the `walker` to be dropped.

Fixes #33742.

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


git-svn-id: http://core.svn.wordpress.org/trunk@38645 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter
2016-10-03 02:35:28 +00:00
parent a5f62988f5
commit f424977028
2 changed files with 11 additions and 8 deletions

View File

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