Fix typo.

git-svn-id: https://develop.svn.wordpress.org/trunk@1809 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-10-18 04:38:49 +00:00
parent e41ead7068
commit e626ba0970
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}