diff --git a/functions.php b/functions.php index 15e9f3f..e40caab 100755 --- a/functions.php +++ b/functions.php @@ -150,7 +150,7 @@ function ap_core_setup() { require_once( get_template_directory() . '/inc/class-bootstrap-nav-walker.php' ); // i18n stuff - load_theme_textdomain('museum-core', get_template_directory() .'/language'); + load_theme_textdomain('museum-core', get_template_directory() .'/lang'); // html5 theme support add_theme_support( 'html5' ); @@ -1097,4 +1097,4 @@ function ap_core_archive_excerpts() { return $excerpt; } -} \ No newline at end of file +}