WordPress.org

Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#4985 closed defect (bug) (fixed)

"Welcome" in install.php is not gettexted.

Reported by: tai Owned by: anonymous
Priority: normal Milestone: 2.3
Component: I18N Version: 2.3
Severity: normal Keywords: has-patch commit
Cc:

Description

"Welcome" in install.php at L.34 is not gettexted.

<h1>Welcome</h1> -> <h1><?php _e('Welcome'); ?></h1>

Attachments (1)

install.patch (780 bytes) - added by Viper007Bond 6 years ago.

Download all attachments as: .zip

Change History (3)

Viper007Bond6 years ago

comment:1 Viper007Bond6 years ago

  • Keywords has-patch commit added
  • Version set to 2.3

comment:2 ryan6 years ago

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

(In [6122]) gettext string. Props tai. fixes #4985

Note: See TracTickets for help on using tickets.