Changeset 1362
- Timestamp:
- 03/20/2008 07:36:54 PM (18 years ago)
- File:
-
- 1 edited
-
branches/0.8/bb-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.8/bb-settings.php
r1352 r1362 76 76 if ( !defined('BB_LANG') && defined('BBLANG') && '' != BBLANG ) // User has set old constant 77 77 define('BB_LANG', BBLANG); 78 if ( defined('BB_LANG') && '' != BB_LANG ) {79 include_once(BB_PATH . BB_INC . 'streams.php');80 include_once(BB_PATH . BB_INC . 'gettext.php');81 }82 78 if ( !( defined('DB_NAME') || defined('WP_BB') && WP_BB ) ) { // Don't include these when WP is running. 79 if ( defined('BB_LANG') && '' != BB_LANG ) { 80 include_once(BB_PATH . BB_INC . 'streams.php'); 81 include_once(BB_PATH . BB_INC . 'gettext.php'); 82 } 83 83 require( BB_PATH . BB_INC . 'kses.php'); 84 84 require( BB_PATH . BB_INC . 'l10n.php');
Note: See TracChangeset
for help on using the changeset viewer.