Opened 7 years ago
Closed 7 years ago
#48869 closed defect (bug) (fixed)
i18n: Use %s placeholders in wp-admin/includes/file.php
| Reported by: | ramiy | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.4 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-screenshots has-patch |
| Cc: | Focuses: | administration |
Description
One more translation string that uses file names and constants in translation string.
See the attached screenshot.
The attached patch replaces them with %s placeholders.
Attachments (2)
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Old Strings:
The uploaded file exceeds the upload_max_filesize directive in php.ini.The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.New Strings:
The uploaded file exceeds the %1$s directive in %2$s.The uploaded file exceeds the %s directive that was specified in the HTML form.