Opened 10 years ago
Closed 10 years ago
#35724 closed defect (bug) (wontfix)
Avoid using HTML tags in translation strings (wp-load.php)
| Reported by: |
|
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
@
10 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__?