Remove extra slash in filename.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1312 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cafb621395
commit
4354f8c214
|
@ -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