Opened 13 years ago
Closed 13 years ago
#23194 closed enhancement (fixed)
Use disabled() in post_tags_meta_box() and wp_popular_terms_checklist()
| Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-patch commit dev-reviewed |
| Cc: | Focuses: |
Description
Both functions output 'disabled="disabled"' directly. We have a helper function for that.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
23194.patch also removes the
esc_attr()call onseparate_items_with_commaslabel, which seems erroneous. It was added along with the label in [15190]. Per ticket:19712:5, labels are considered safe.