Opened 11 years ago
Closed 10 years ago
#35680 closed defect (bug) (wontfix)
Avoid using HTML tags in translation strings (wp-admin/edit-form-advanced.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 (1)
Change History (6)
This ticket was mentioned in Slack in #core-i18n by ramiy. View the logs.
11 years ago
This ticket was mentioned in Slack in #core-i18n by ocean90. View the logs.
10 years ago
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:
<strong>Connection lost.</strong> Saving has been disabled until you’re reconnected.New strings:
Connection lost.Saving has been disabled until you’re reconnected.