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

git-svn-id: http://svn.automattic.com/wordpress/trunk@1331 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-05-21 03:26:12 +00:00
parent 901d6403b8
commit b7e26217c3
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 = '';