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.

Built from https://develop.svn.wordpress.org/trunk@33686


git-svn-id: http://core.svn.wordpress.org/trunk@33653 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-08-21 04:54:26 +00:00
parent 416df545ba
commit 93009543bc
2 changed files with 3 additions and 3 deletions

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 ); ?>" />

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-33685';
$wp_version = '4.4-alpha-33686';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.