Opened 17 years ago
Closed 16 years ago
#10399 closed enhancement (fixed)
Random order of Category List in Add/Edit Link
| Reported by: | DrWingnut | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 3.0 |
| Component: | Administration | Version: | 2.8.1 |
| Severity: | trivial | Keywords: | link admin has-patch needs-testing |
| Cc: | Focuses: |
Description
The add/edit administration link (.../wp-admin/link.php?action=edit&link_id=###) dialog shows the category list in random order. Could this list please be sorted alphabetically by category name for more rapid visual parsing.
Attachments (5)
Change History (13)
#1
@
17 years ago
- Keywords has-patch added
- Milestone Unassigned → 2.8.2
- Priority normal → low
- Resolution → fixed
- Severity normal → trivial
- Status new → closed
If you take a look at wp-admin/includes/template.php on Line 610, you can see that it is actually being sorted by the number of links in that category. However, I believe that sorting the categories alphabetically would actually be a better idea, so attached is the diff for that change.
It's up to whoever makes the decisions to decide whether this should be included or not!
#2
@
17 years ago
- Milestone 2.8.2
- Resolution fixed
- Status closed → reopened
- Type defect (bug) → enhancement
Hey jamierumbelow, thanks for helping improve WordPress! Just for your future reference, a ticket in Trac isn't marked as fixed until the issue is fixed and committed into the WP core.
#4
@
17 years ago
- Keywords needs-patch added; has-patch removed
- Milestone → 2.9
it needs to be ordered by name imo
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Shows how the category listing is ordered by count