Opened 10 years ago
Closed 10 years ago
#35731 closed defect (bug) (wontfix)
Avoid using HTML tags in translation strings (wp-admin/user-edit.php)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | has-patch |
| Focuses: | Cc: |
Description
See the attached patch.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Old strings:
You can change your profile picture on <a href="%s">Gravatar</a>.https://en.gravatar.com/Log %s out of all locations.New strings:
You can change your profile picture on %s.Gravatarhttps://en.gravatar.com/Log %s out of all locations.