Menus: Avoid a notice when outputting a description for an existing archive menu item for a post type that doesn't.

Props bradyvercher.
See [36859]. Fixes #35324.

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


git-svn-id: http://core.svn.wordpress.org/trunk@36855 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2016-03-08 18:25:26 +00:00
parent 7e8e3429e1
commit f64b97c597
2 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta2-36887';
$wp_version = '4.5-beta2-36888';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.