Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 6 years ago

#4985 closed defect (bug) (fixed)

"Welcome" in install.php is not gettexted.

Reported by: tai's profile tai Owned by:
Milestone: 2.3 Priority: normal
Severity: normal Version: 2.3
Component: I18N Keywords: has-patch commit
Focuses: 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 18 years ago.

Download all attachments as: .zip

Change History (4)

#1 @Viper007Bond
18 years ago

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

#2 @ryan
18 years ago

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

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

This ticket was mentioned in Slack in #cli by killua99. View the logs.


6 years ago

Note: See TracTickets for help on using tickets.