Opened 19 years ago
Closed 19 years ago
#2507 closed defect (bug) (fixed)
_page_level_out does not use wp_specialchars
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 2.0.1 |
Component: | General | Keywords: | bg|commit |
Focuses: | Cc: |
Description
template-functions-post.php(419)
The title attribute of the A tag is properly escaped, but the link text isn't.
Just need to wrap wp_specialchars around the link text ($title).
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [4270]) run _page_level_out() link text through wp_specialchars(). Props to hughbiquitous. fixes #2507