From 65ba451f5b2361d7391a910023177a000757621f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 22 Jul 2016 16:50:01 +0000 Subject: [PATCH] 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. git-svn-id: https://develop.svn.wordpress.org/trunk@38142 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/nav-menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/nav-menu.php b/src/wp-admin/includes/nav-menu.php index 9b0a7bc266..cb1519c83b 100644 --- a/src/wp-admin/includes/nav-menu.php +++ b/src/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.