#6042 closed defect (bug) (duplicate)
Empty msgid in wp-admin/includes/media.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | gettext |
| Focuses: | Cc: |
Description
There is an empty msgid in wp-admin/includes/media.php:530
'helps' => __(''),
gettext("") would return the header entry with meta information, not the empty string.
Change History (3)
Note: See
TracTickets for help on using
tickets.
'helps' => '''helps' => _c('|<helpful description of what the translators should put here>'),