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:
parent
19fc6eaf94
commit
2a4403812a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user