#8700 closed defect (bug) (fixed)
"selected" argument doesn't work for "none" and "all" options in wp_dropdown_categories
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7.1 |
| Component: | Template | Version: | 2.7 |
| Severity: | normal | Keywords: | has-patch wp_dropdown_categories selected category |
| Cc: |
Description
You can pass a value as the "selected" category for the wp_dropdown_categories() dropdown, but it is ignored for the "none" and "all" values (0 and -1, respectively).
Patch fixes this.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [10243]) Fix selected for none and all. Props filosofo. fixes #8700 for trunk