Docs: Update the description of the `$box` argument of `wp_nav_menu_item_taxonomy_meta_box()` for consistency with [38129].

Missed in [38130].

See #37211.
Built from https://develop.svn.wordpress.org/trunk@38142


git-svn-id: http://core.svn.wordpress.org/trunk@38083 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2016-07-22 16:50:28 +00:00
parent 50ca05f8cd
commit 995dc513a4
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.