Opened 9 years ago
Closed 9 years ago
#35678 closed defect (bug) (wontfix)
Avoid using HTML tags in translation strings (wp-admin/update-core.php)
Reported by: | ramiy | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch |
Focuses: | Cc: |
Description
See the attached patch.
Attachments (3)
Change History (10)
#5
@
9 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.
9 years ago
#7
@
9 years ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to 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.
Old string:
<a href="%s">Learn more about WordPress %s</a>.
New strings:
%s.
Learn more about WordPress %s