Opened 12 years ago
Closed 12 years ago
#23194 closed enhancement (fixed)
Use disabled() in post_tags_meta_box() and wp_popular_terms_checklist()
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch commit dev-reviewed |
Focuses: | Cc: |
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.
23194.patch also removes the
esc_attr()
call onseparate_items_with_commas
label, which seems erroneous. It was added along with the label in [15190]. Per ticket:19712:5, labels are considered safe.