Opened 17 years ago
Closed 17 years ago
#10644 closed enhancement (fixed)
Category can be itself parent
| Reported by: | F J Kaiser | Owned by: | scribu |
|---|---|---|---|
| Priority: | low | Milestone: | 2.9 |
| Component: | Administration | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
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
@
17 years ago
- Component Optimization → Administration
- Keywords needs-patch added
- Milestone Unassigned → 2.9
- Version → 2.9
#2
@
17 years ago
- Keywords has-patch commit added; needs-patch removed
- Owner set to
- Status new → accepted
#4
@
17 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?
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Confirmed.