Opened 16 years ago
Closed 16 years ago
#10644 closed enhancement (fixed)
Category can be itself parent
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.9 | Priority: | low |
Severity: | normal | Version: | 2.9 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Hi,
when i´m on admin-screen > posts > categories and edit an existing category. the drop-down offers, when selecting a parent-category, the category itself as it´s own parent.
if you try to take itself as it´s own parent-category, nothing happens and it falls back to "no-parent". so i decided the priority is "low". but maybe someone stumbles upon it and makes wp a little bit smarter :)
Attachments (1)
Change History (7)
#1
@
16 years ago
- Component changed from Optimization to Administration
- Keywords needs-patch added
- Milestone changed from Unassigned to 2.9
- Version set to 2.9
#2
@
16 years ago
- Keywords has-patch commit added; needs-patch removed
- Owner set to scribu
- Status changed from new to accepted
#4
@
16 years ago
i tried a minor change and added 'echo' => 0, as an $arg and saved it as $var. then i echoed the $var. so you can easily get and use the function as a template-tag. in my case i try to use it to enchance my search with a drop-down to search only specific categories.
i added the function straight to my template and haven´t finished the search yet. but maybe it would be a nice addition.
what do you think?
Confirmed.