#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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | I18N | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 10591: