Skip to content

Commit

Permalink
Merge pull request #78 from c-mauderer/bugfix/language-directory
Browse files Browse the repository at this point in the history
Bugfix: Correct language directory. props @c-mauderer
  • Loading branch information
jazzsequence committed Dec 13, 2015
2 parents 3fd1520 + 3685c0e commit 74d23ac
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 74d23ac

Please sign in to comment.