Opened 18 years ago
Closed 18 years ago
#3157 closed enhancement (fixed)
Pull WordPress out of l10n.php
Reported by: | mdawaffe | Owned by: | mdawaffe |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | General | Keywords: | l10n i18n |
Focuses: | 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)
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