Require wp-config.php from wp-l10n.php to make sure WPLANG is always set.

git-svn-id: https://develop.svn.wordpress.org/trunk@1331 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-05-21 03:26:12 +00:00
parent e63d0c54d6
commit 7be84af801
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
<?php
$parentpath = dirname(dirname(__FILE__));
require_once($parentpath.'/wp-config.php');
$curpath = dirname(__FILE__).'/';
$locale = '';