Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#28793 closed defect (bug) (fixed)

WPLANG interferes with the interface language whilst installing

Reported by: johnbillion's profile johnbillion Owned by:
Milestone: 4.0 Priority: normal
Severity: normal Version: 4.0
Component: I18N Keywords:
Focuses: Cc:

Description

Steps to reproduce:

  • Set a language in the WPLANG constant in wp-config.php and ensure you have the language pack installed for that language
  • Go through the installation procedure, but select a different language on the language selection screen.
  • Note that the language in WPLANG is used in the interface, instead of the language you selected.

I've narrowed this down to the load_textdomain() calls in wp_install_load_language() which aren't having any effect.

Change History (1)

#1 @johnbillion
10 years ago

  • Keywords needs-patch removed
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [29059]

Note: See TracTickets for help on using tickets.