Ticket #3823: patch.diff
| File patch.diff, 736 bytes (added by , 20 years ago) |
|---|
-
wp-admin/edit-category-form.php
35 35 <tr> 36 36 <th scope="row" valign="top"><label for="category_parent"><?php _e('Category parent:') ?></label></th> 37 37 <td> 38 <?php wp_dropdown_categories('hide_empty=0&name=category_parent& selected=' . $category->category_parent . '&hierarchical=1&show_option_none=' . __('None')); ?>38 <?php wp_dropdown_categories('hide_empty=0&name=category_parent&orderby=name&selected=' . $category->category_parent . '&hierarchical=1&show_option_none=' . __('None')); ?> 39 39 </td> 40 40 </tr> 41 41 <tr>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)