diff --git a/wp-admin/includes/nav-menu.php b/wp-admin/includes/nav-menu.php index 9b0a7bc266..cb1519c83b 100644 --- a/wp-admin/includes/nav-menu.php +++ b/wp-admin/includes/nav-menu.php @@ -585,7 +585,7 @@ function wp_nav_menu_item_post_type_meta_box( $object, $box ) { * * @param string $object Not used. * @param array $box { - * Data that will be used as arguments of the taxonomy meta box. + * Taxonomy menu item meta box arguments. * * @type string $id Meta box 'id' attribute. * @type string $title Meta box title. diff --git a/wp-includes/version.php b/wp-includes/version.php index 0489211740..ef8fb41efa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta4-38141'; +$wp_version = '4.6-beta4-38142'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.