Opened 15 years ago
Closed 15 years ago
#18688 closed defect (bug) (invalid)
Blank WPLANG in multisite options won't fall back to WPLANG in wp-config.php
| Reported by: | eheikes | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
If the WPLANG option in a multisite install is a blank string (""), then the get_locale() function falls back to en_US. It seems like Wordpress should fall back to the language defined by WPLANG in the wp-config.php.
Attachments (1)
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Line 41 should be a "negotiated checking":
Original:
Your patch:
Fixed patch: