Skip to content

Commit

Permalink
Bugfix: Correct language directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-mauderer committed Dec 12, 2015
1 parent 3fd1520 commit 3685c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand Down Expand Up @@ -1097,4 +1097,4 @@ function ap_core_archive_excerpts() {

return $excerpt;
}
}
}

0 comments on commit 3685c0e

Please sign in to comment.