Opened 7 years ago
Closed 6 years ago
#47254 closed defect (bug) (fixed)
i18n: Use %s placeholders in WP_Debug_Data class
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.3 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | has-screenshots has-patch |
| Focuses: | administration | Cc: |
Description
Old translation string:
Unable to determine some settings, as the ini_get() function has been disabled.
New translation string:
Unable to determine some settings, as the %s function has been disabled.
Translators cam change the function name by mistake while translating the string. The best practice is to replace the ini_get() function with a %s placeholder.
The patch also adds translators comments.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 45399: