diff --git a/functions.php b/functions.php index 2f1c1f41..2224f6be 100644 --- a/functions.php +++ b/functions.php @@ -54,11 +54,6 @@ function _s_setup() { */ load_theme_textdomain( '_s', get_template_directory() . '/languages' ); - $locale = get_locale(); - $locale_file = get_template_directory() . "/languages/$locale.php"; - if ( is_readable( $locale_file ) ) - require_once( $locale_file ); - /** * Add default posts and comments RSS feed links to head */