Remove hierarchical taxonomy parent support from Quick Edit (field added in error). See #11838

git-svn-id: http://svn.automattic.com/wordpress/trunk@13009 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
dd32 2010-02-07 06:40:51 +00:00
parent cd2d29e71c
commit 4149e68076
1 changed files with 0 additions and 8 deletions

View File

@ -47,14 +47,6 @@ function inline_edit_term_row($type, $taxonomy) {
</label>
<?php } ?>
<?php if ( is_taxonomy_hierarchical($taxonomy) ) : ?>
<label>
<span class="title"><?php _e( 'Parent' ); ?></span>
<?php wp_dropdown_categories(array('hide_empty' => 0, 'name' => 'parent', 'orderby' => 'name', 'hierarchical' => 1, 'taxonomy' => $taxonomy, 'show_option_none' => __('None'))); ?>
</label>
<?php endif; // $hierarchical ?>
</div></fieldset>
<?php