Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#14255 closed defect (bug) (fixed)

Selected language is displayed incorrectly in Multisite

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by:
Milestone: 3.0.1 Priority: normal
Severity: normal Version: 3.0
Component: I18N Keywords: has-patch commit
Focuses: Cc:

Description

There seems to be a bug in mu_dropdown_languages() which results in the following HTML output:

<select id="WPLANG" name="WPLANG">
   selected='selected'<option value="">English</option>
   <option value="ru_RU"> Russian</option>
</select>

Attachments (1)

14255.patch (1.6 KB) - added by SergeyBiryukov 15 years ago.

Download all attachments as: .zip

Change History (5)

#1 @SergeyBiryukov
15 years ago

  • Keywords has-patch added

#2 @nacin
15 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 3.0.1

#3 @westi
15 years ago

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

(In [15381]) Ensure the language selection dropdown is output correctly. Fixes #14255 for trunk props SergeyBiryukov.

#4 @westi
15 years ago

(In [15382]) Ensure the language selection dropdown is output correctly. Fixes #14255 for 3.0.1 props SergeyBiryukov.

Note: See TracTickets for help on using tickets.