Changeset 4202 for trunk/wp-settings.php
- Timestamp:
- 09/21/2006 08:46:39 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r4174 r4202 82 82 83 83 define('WPINC', 'wp-includes'); 84 if ( !defined('LANGDIR') ) 85 define('LANGDIR', WPINC . '/languages'); // no leading slash, no trailing slash 86 if ( !defined('PLUGINDIR') ) 87 define('PLUGINDIR', 'wp-content/plugins'); // no leading slash, no trailing slash 84 88 if ( file_exists(ABSPATH . 'wp-content/db.php') ) 85 89 require (ABSPATH . 'wp-content/db.php'); … … 120 124 require (ABSPATH . WPINC . '/plugin.php'); 121 125 require (ABSPATH . WPINC . '/default-filters.php'); 126 if ( defined('WPLANG') && '' != constant('WPLANG') ) { 127 include_once(ABSPATH . WPINC . '/streams.php'); 128 include_once(ABSPATH . WPINC . '/gettext.php'); 129 } 122 130 require_once (ABSPATH . WPINC . '/l10n.php'); 123 131
Note: See TracChangeset
for help on using the changeset viewer.