Opened 11 years ago
Closed 10 years ago
#35730 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (wp-signup.php)
| Reported by: | ramiy | Owned by: | ocean90 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.6 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 37551: