Opened 13 years ago
Closed 13 years ago
#24437 closed defect (bug) (fixed)
No need to escape anchor text
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Anchor text is not an attribute. esc_attr is not needed here http://core.trac.wordpress.org/browser/trunk/wp-admin/includes/class-wp-posts-list-table.php#L1054.
See patch.
Attachments (1)
Change History (5)
#2
in reply to:
↑ 1
@
13 years ago
Replying to SergeyBiryukov:
Looks like the
titleattribute is redundant, it can probably be removed too.
Yup.
Note: See
TracTickets for help on using
tickets.
Looks like the
titleattribute is redundant, it can probably be removed too.