Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#28804 closed defect (bug) (fixed)

Installing in en_US prompts for language selection a second time

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

Description

Performing a fresh install with no pre-existing wp-config.php will prompt you to select a language as the first step.

If you stick with "English (United States)" you'll be prompted a second time to choose a language when you get to install.php. This is due to an empty string present in $_REQUEST['language'] on setup-config.php which means wp_install_load_language() fails and therefore doesn't populate the language query var in the link to install.php.

We might need to explicitly use en_US when installing in American English to avoid ambiguity with not having selected a language.

Change History (2)

#2 @johnbillion
10 years ago

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

Fixed in [29058]

Note: See TracTickets for help on using tickets.