Opened 10 years ago
Closed 10 years ago
#35747 closed defect (bug) (wontfix)
Avoid using HTML tags in translation strings (wp-admin/setup-config.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 (4)
Note: See
TracTickets for help on using
tickets.
Old strings:
Need more help? <a href="%s">We got it</a>.https://codex.wordpress.org/Editing_wp-config.phpNew strings:
Need more help? %s.We got ithttps://codex.wordpress.org/Editing_wp-config.php