Fix typo.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1809 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-10-18 04:38:49 +00:00
parent b29cb9cb81
commit 667912ce0e
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);
}