We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3b05b commit 5d17c09Copy full SHA for 5d17c09
1 file changed
wp-admin/edit-link-category-form.php
@@ -32,12 +32,6 @@
32
<th scope="row" valign="top"><label for="slug"><?php _e('Category slug:') ?></label></th>
33
<td><input name="slug" id="slug" type="text" value="<?php echo $category->slug; ?>" size="40" /></td>
34
</tr>
35
- <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>
42
<th scope="row" valign="top"><label for="description"><?php _e('Description: (optional)') ?></label></th>
43
<td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo $category->description; ?></textarea></td>
0 commit comments