_s: Do not load $locale.php fixes #1213

git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@9482 d957f892-c61d-0410-b221-f235e6eecf30
This commit is contained in:
Michael Fields 2012-04-23 21:17:48 +00:00 committed by Ian Stewart
parent bd4719e73f
commit 2a0b4e7bf8
1 changed files with 0 additions and 5 deletions

View File

@ -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
*/