Make WordPress Core

Changeset 13009


Ignore:
Timestamp:
02/07/2010 06:40:51 AM (13 years ago)
Author:
dd32
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r13008 r13009  
    4747            </label>
    4848<?php } ?>
    49 
    50 <?php if ( is_taxonomy_hierarchical($taxonomy) ) : ?>
    51             <label>
    52                 <span class="title"><?php _e( 'Parent' ); ?></span>
    53                 <?php wp_dropdown_categories(array('hide_empty' => 0, 'name' => 'parent', 'orderby' => 'name', 'hierarchical' => 1, 'taxonomy' => $taxonomy, 'show_option_none' => __('None'))); ?>
    54             </label>
    55 
    56 <?php endif; // $hierarchical ?>
    5749
    5850        </div></fieldset>
Note: See TracChangeset for help on using the changeset viewer.