Changeset 4763
- Timestamp:
- 01/18/07 04:57:39 (2 years ago)
- Files:
-
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r4756 r4763 136 136 require (ABSPATH . WPINC . '/plugin.php'); 137 137 require (ABSPATH . WPINC . '/default-filters.php'); 138 if ( defined('WPLANG') && '' != constant('WPLANG') ) { 139 include_once(ABSPATH . WPINC . '/streams.php'); 140 include_once(ABSPATH . WPINC . '/gettext.php'); 141 } 138 include_once(ABSPATH . WPINC . '/streams.php'); 139 include_once(ABSPATH . WPINC . '/gettext.php'); 142 140 require_once (ABSPATH . WPINC . '/l10n.php'); 143 141
