Opened 9 years ago
Closed 8 years ago
#35724 closed defect (bug) (wontfix)
Avoid using HTML tags in translation strings (wp-load.php)
Reported by: | ramiy | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch |
Focuses: | Cc: |
Description
See the attached patch.
Attachments (3)
Change History (8)
#2
@
9 years ago
Yes, but it should be esc_url()
, and the URL should be translatable to allow GTE's to select local links.
@javorszky, thanks for the feedback.
Note: See
TracTickets for help on using
tickets.
Shouldn't the url in the link tag be wrapped around
esc_attr__
instead of just__
?