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:
parent
50ca05f8cd
commit
995dc513a4
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue