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:
parent
cd2d29e71c
commit
4149e68076
|
@ -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