Opened 8 years ago
Closed 8 years ago
#41681 closed defect (bug) (fixed)
i18n: Avoid using HTML tags in translation strings (wp-admin/includes/meta-boxes.php)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.9 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | has-patch |
| Focuses: | administration | Cc: |
Description
This patch removes HTML <b> tags from translation strings.
Replacing: Uploaded on: <b>%1$s</b>
With: Uploaded on: %s
The patch also rewrites the code abandoning the $datef and $stamp parameters. They are only used once. We don't need to declare them, we can do the same without declaring those params.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 41910: