Opened 6 years ago
Closed 6 years ago
#3590 closed defect (bug) (fixed)
l10n system should be initialized later
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.1 |
| Component: | General | Version: | 2.1 |
| Severity: | normal | Keywords: | has-patch i18n |
| Cc: |
Description
In wp-settings.php there are i18n-ed strings, before loading the text domain. There is no problem to load it a little bit earlier.
Also - there is a string, which canno be i18n-ed, because the engine is both no loaded and could not be loaded at that time.
Attachments (2)
Change History (8)
nbachiyski
— 6 years ago
comment:2
nbachiyski
— 6 years ago
Yeap, I was quite sure there was something rotten in the ease of this patch and I didn't have time to investigate - it worked at the first pass...
So then maybe we should at least remove the __() call.
comment:4
foolswisdom
— 6 years ago
- Keywords needs-patch added; patch removed
comment:5
nbachiyski
— 6 years ago
- Keywords has-patch added; needs-patch removed
Note: See
TracTickets for help on using
tickets.
We can't call get_locale() until after plugins are loaded.