Opened 11 years ago
Closed 11 years ago
#28836 closed enhancement (fixed)
$taxonomy should be escaped in post_categories_meta_box()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 2.6 |
Component: | Taxonomy | Keywords: | has-patch commit |
Focuses: | administration | Cc: |
Description
Had a version of this code in a VIP theme and got asked to esc_attr the $taxonomy so have patch core as well
Attachments (2)
Change History (6)
#2
@
11 years ago
- Summary changed from Added esc_attr to post_categories_meta_box() function to $taxonomy should be escaped in post_categories_meta_box()
- Version changed from trunk to 2.6
#3
@
11 years ago
- Component changed from General to Taxonomy
- Focuses performance removed
- Keywords commit added
- Milestone changed from Awaiting Review to 4.0
28836.patch follows the same approach we use in post_tags_meta_box()
: $tax_name
is an escaped taxonomy name, $taxonomy
is a taxonomy object.
Note: See
TracTickets for help on using
tickets.
patch with escaping added