mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-02 00:00:15 +00:00
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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user