Opened 10 years ago
Closed 10 years ago
#35730 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (wp-signup.php)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | has-patch |
| Focuses: | Cc: |
Description
The wp-signup.php file has lots of translation strings.
The attached patch includes:
- Eight new translators comments.
- Removed HTML tags.
I've removed the HTML tags from this string:
<a href="%1$s">%2$s</a> is your new site. <a href="%3$s">Log in</a> as “%4$s” using your existing password.
By splitting the string into two smaller strings:
%s is your new site.
<a href="%1$s">Log in</a> as “%2$s” using your existing password.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 37551: