Opened 7 years ago
Closed 7 years ago
#3157 closed enhancement (fixed)
Pull WordPress out of l10n.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | General | Version: | 2.1 |
| Severity: | normal | Keywords: | l10n i18n |
| Cc: |
Description
Attached
- removes includes from l10n.php and puts them in wp-settings.php.
- defines LANGDIR and PLUGINDIR to remove WP-centric stuff from l10n.php
- replaces 'wp-content/plugins' with PLUGINDIR in core while it's at it.
Attachments (1)
Change History (3)
- Component changed from Administration to General
- Owner changed from anonymous to mdawaffe
- Status changed from new to assigned
- Type changed from defect to enhancement
Note: See
TracTickets for help on using
tickets.

(In [4202]) Turn hard-coded paths to defines. Pull gettext includes int wp-settings. Props mdawaffe. fixes #3157