Opened 16 years ago
Closed 16 years ago
#14086 closed defect (bug) (fixed)
String not i10n'ed in wp-admin/import.php
| Reported by: | vanillalounge | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0.1 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
The string: "If the importer you need is not listed, search the plugins directory to see if an importer is available." on line 133 of wp-admin/import.php is output as is, not using gettext functions
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [15326]) i18n a string in import.php. props vanillalounge, fixes #14086 for trunk.