Opened 20 years ago
Closed 20 years ago
#3157 closed enhancement (fixed)
Pull WordPress out of l10n.php
| Reported by: | mdawaffe | Owned by: | mdawaffe |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | General | Version: | 2.1 |
| Severity: | normal | Keywords: | l10n i18n |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [4202]) Turn hard-coded paths to defines. Pull gettext includes int wp-settings. Props mdawaffe. fixes #3157