mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 07:35:39 +01:00
Fix typo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1809 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b29cb9cb81
commit
667912ce0e
@ -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