#6905 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (bp-core/classes/class-bp-core-login-widget.php)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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 accountRegister
Also add esc_url() for the href link.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 10591: