#8700 closed defect (bug) (fixed)
"selected" argument doesn't work for "none" and "all" options in wp_dropdown_categories
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.7.1 | Priority: | normal |
| Severity: | normal | Version: | 2.7 |
| Component: | Template | Keywords: | has-patch wp_dropdown_categories selected category |
| Focuses: | 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