Opened 15 years ago
Closed 15 years ago
#17006 closed enhancement (fixed)
WP_LANG_DIR defaults to wp-includes/languages when wp-content/languages doesnt exist
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.2 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | |
| Focuses: | Cc: |
Description
Currently WP_LANG_DIR defaults to wp-includes/languages/ when WP_CONTENT_DIR/langages/ doesnt exist
This is done for back-compat when languages used to be stored there.
Ideally this should default to the current-generation location unless (for some reason) the user has files in the old location and nothing in the new location.
Note: See
TracTickets for help on using
tickets.
(In [17575]) Default WP_LANG_DIR to
WP_CONTENT_DIR/languageswhenwp-includes/languages/doesn't exist. Fixes #17006