Opened 11 years ago
Closed 10 years ago
#35678 closed defect (bug) (wontfix)
Avoid using HTML tags in translation strings (wp-admin/update-core.php)
| Reported by: | ramiy | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
See the attached patch.
Attachments (3)
Change History (10)
#5
@
11 years ago
Old string:
<a href="%s">Learn more about WordPress %s</a>.
New strings (3rd patch):
Learn more about WordPress %s.
This ticket was mentioned in Slack in #core-i18n by ocean90. View the logs.
10 years ago
#7
@
10 years ago
- Milestone Awaiting Review
- Resolution → wontfix
- Status new → closed
Closing as wontfix because the period should stay out of the link. There is also a similar string Welcome to WordPress %1$s. <a href="%2$s">Learn more</a>.
As mentioned on Slack, it's worth to investigate if the string is even displayed and if we can remove it.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Old string:
<a href="%s">Learn more about WordPress %s</a>.New strings:
%s.Learn more about WordPress %s