#14255 closed defect (bug) (fixed)
Selected language is displayed incorrectly in Multisite
Reported by: | 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)
Change History (5)
Note: See
TracTickets for help on using
tickets.
(In [15381]) Ensure the language selection dropdown is output correctly. Fixes #14255 for trunk props SergeyBiryukov.