Changeset 13009
- Timestamp:
- 02/07/2010 06:40:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r13008 r13009 47 47 </label> 48 48 <?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 ?>57 49 58 50 </div></fieldset>
Note: See TracChangeset
for help on using the changeset viewer.