mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
e63d0c54d6
commit
7be84af801
@ -1,4 +1,8 @@
|
||||
<?php
|
||||
$parentpath = dirname(dirname(__FILE__));
|
||||
|
||||
require_once($parentpath.'/wp-config.php');
|
||||
|
||||
$curpath = dirname(__FILE__).'/';
|
||||
|
||||
$locale = '';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user