Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#20646 closed defect (bug) (fixed)

Missing underscore in i18n function in custom-header.php

Reported by: kobenland's profile kobenland Owned by: ryan's profile ryan
Milestone: 3.4 Priority: normal
Severity: minor Version: 3.4
Component: I18N Keywords: dev-feedback has-patch
Focuses: 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)

20646.patch (695 bytes) - added by kobenland 12 years ago.
20646.2.patch (1.6 KB) - added by SergeyBiryukov 12 years ago.

Download all attachments as: .zip

Change History (5)

@kobenland
12 years ago

#1 @SergeyBiryukov
12 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 3.4

There's one more in custom-background.php.

Introduced in [20358].

#2 @ryan
12 years ago

  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In [20757]:

Use correct translation function. Props kobenland, SergeyBiryukov. fixes #20646

#3 @kobenland
12 years ago

My first core contribution! An underscore! Thanks ryan, Sergey :)

Note: See TracTickets for help on using tickets.