Changeset 6013
- Timestamp:
- 09/03/2007 02:49:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-category-form.php
r5654 r6013 34 34 </tr> 35 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 36 <th scope="row" valign="top"><label for="description"><?php _e('Description: (optional)') ?></label></th> 43 37 <td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo $category->description; ?></textarea></td>
Note: See TracChangeset
for help on using the changeset viewer.