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: | ramiy | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Shouldn't the url in the link tag be wrapped around
esc_attr__instead of just__?