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:
parent
901d6403b8
commit
b7e26217c3
|
@ -1,4 +1,8 @@
|
|||
<?php
|
||||
$parentpath = dirname(dirname(__FILE__));
|
||||
|
||||
require_once($parentpath.'/wp-config.php');
|
||||
|
||||
$curpath = dirname(__FILE__).'/';
|
||||
|
||||
$locale = '';
|
||||
|
|
Loading…
Reference in New Issue