mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-11 08:04:32 +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:
@@ -1,4 +1,8 @@
|
||||
<?php
|
||||
$parentpath = dirname(dirname(__FILE__));
|
||||
|
||||
require_once($parentpath.'/wp-config.php');
|
||||
|
||||
$curpath = dirname(__FILE__).'/';
|
||||
|
||||
$locale = '';
|
||||
|
||||
Reference in New Issue
Block a user