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

git-svn-id: https://develop.svn.wordpress.org/trunk@13009 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2010-02-07 06:40:51 +00:00
parent 19fc6eaf94
commit 2a4403812a
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