#6905 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (bp-core/classes/class-bp-core-login-widget.php)
Reported by: | ramiy | Owned by: | djpaul |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch |
Cc: |
Description
Old string:
<a href="%s" title="Register for a new account">Register</a>
New strings:
Register for a new account
Register
Also add esc_url()
for the href
link.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 10591: