Fix typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@1809 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e41ead7068
commit
e626ba0970
@ -86,7 +86,7 @@ function load_plugin_textdomain($domain) {
|
||||
function load_theme_textdomain($domain) {
|
||||
global $locale;
|
||||
|
||||
$mofile = get_template_directory() . "/$locale.mo"";
|
||||
$mofile = get_template_directory() . "/$locale.mo";
|
||||
load_textdomain($domain, $mofile);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user