Docs: Fix some minor inline documentation syntax issues in the hook docs for the post_edit_category_parent_dropdown_args filter, introduced in [33682].

See #32246. See #33026.


git-svn-id: https://develop.svn.wordpress.org/trunk@33686 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-08-21 04:54:00 +00:00
parent a65c2e068a
commit e803952278

View File

@ -521,7 +521,7 @@ function post_categories_meta_box( $post, $box ) {
);
/**
* Filters the arguments for the taxonomy parent dropdown on the Post Edit page.
* Filter the arguments for the taxonomy parent dropdown on the Post Edit page.
*
* @since 4.4.0
*
@ -543,9 +543,9 @@ function post_categories_meta_box( $post, $box ) {
* where `$parent` is 'parent_item'
* taxonomy label.
* }
*
*/
$parent_dropdown_args = apply_filters( 'post_edit_category_parent_dropdown_args', $parent_dropdown_args );
wp_dropdown_categories( $parent_dropdown_args );
?>
<input type="button" id="<?php echo $tax_name; ?>-add-submit" data-wp-lists="add:<?php echo $tax_name; ?>checklist:<?php echo $tax_name; ?>-add" class="button category-add-submit" value="<?php echo esc_attr( $taxonomy->labels->add_new_item ); ?>" />