Changeset 6013

Show
Ignore:
Timestamp:
09/03/07 14:49:02 (1 year ago)
Author:
ryan
Message:

Remove category parent dropdown from edit link category form since link categories are non-hierarchical. fixes #4896

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/edit-link-category-form.php

    r5654 r6013  
    3434        </tr> 
    3535        <tr> 
    36             <th scope="row" valign="top"><label for="parent"><?php _e('Category parent:') ?></label></th> 
    37             <td>         
    38                 <?php wp_dropdown_categories('hide_empty=0&name=parent&orderby=name&selected=' . $category->parent . '&hierarchical=1&show_option_none=' . __('None')); ?> 
    39             </td> 
    40         </tr> 
    41         <tr> 
    4236            <th scope="row" valign="top"><label for="description"><?php _e('Description: (optional)') ?></label></th> 
    4337            <td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo $category->description; ?></textarea></td>