Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#20646 closed defect (bug) (fixed)

Missing underscore in i18n function in custom-header.php

Reported by: kobenland Owned by: ryan
Priority: normal Milestone: 3.4
Component: I18N Version: 3.4
Severity: minor Keywords: dev-feedback has-patch
Cc: Focuses:

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 14 years ago.
20646.2.patch (1.6 KB ) - added by SergeyBiryukov 14 years ago.

Download all attachments as: .zip

Change History (5)

@kobenland
14 years ago

#1 @SergeyBiryukov
14 years ago

  • Keywords has-patch added
  • Milestone Awaiting Review3.4

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

Introduced in [20358].

#2 @ryan
14 years ago

  • Owner set to ryan
  • Resolutionfixed
  • Status newclosed

In [20757]:

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

#3 @kobenland
14 years ago

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

Note: See TracTickets for help on using tickets.