Opened 6 years ago
Closed 5 years ago
#48869 closed defect (bug) (fixed)
i18n: Use %s placeholders in wp-admin/includes/file.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-screenshots has-patch |
Focuses: | administration | Cc: |
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.
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.