#20646 closed defect (bug) (fixed)
Missing underscore in i18n function in custom-header.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | I18N | Version: | 3.4 |
| Severity: | minor | Keywords: | dev-feedback has-patch |
| Cc: |
Description
Just found a gettext call _() which probably is supposed to be a __() call in wp-admin/custon-header.php on line 958.
Attachments (2)
Change History (5)
SergeyBiryukov — 13 months ago
comment:1
SergeyBiryukov — 13 months ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to 3.4
- Owner set to ryan
- Resolution set to fixed
- Status changed from new to closed
In [20757]:
Note: See
TracTickets for help on using
tickets.

There's one more in custom-background.php.
Introduced in [20358].