Opened 11 years ago
Closed 11 years ago
#32269 closed defect (bug) (fixed)
Avoid using <code> in translation strings (wp-admin/plugins.php)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.4 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | has-patch |
| Focuses: | Cc: |
Description
In /wp-admin/plugins.php there are a couple strings that are using <code> tags in the string.
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
The updated patch 32269.2.diff removes
<ocde>from all translation strings in this file and also makes thesprintf/printffunction calls more readable.