Remove extra slash in filename.
git-svn-id: https://develop.svn.wordpress.org/trunk@1312 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
602a3aeb14
commit
8d736b3f5c
@ -12,7 +12,7 @@ if (empty($locale)) {
|
||||
$locale = 'en_US';
|
||||
}
|
||||
|
||||
$mofile = $curpath . "/languages/$locale.mo";
|
||||
$mofile = $curpath . "languages/$locale.mo";
|
||||
|
||||
require($curpath . 'streams.php');
|
||||
require($curpath . 'gettext.php');
|
||||
|
Loading…
Reference in New Issue
Block a user