소스 검색

Remove unused lines referencing file that doesn't exist ($locale.php)

Carlos Capote 12 년 전
부모
커밋
86769646c2
1개의 변경된 파일1개의 추가작업 그리고 12개의 파일을 삭제
  1. 1 12
      library/translation/translation.php

+ 1 - 12
library/translation/translation.php

@@ -11,15 +11,4 @@ URL: http://themble.com/bones/
 
 // Adding Translation Option
 load_theme_textdomain( 'bonestheme', get_template_directory() .'/library/translation' );
-	$locale = get_locale();
-	$locale_file = get_template_directory() ."/library/translation/$locale.php";
-if ( is_readable($locale_file) ) require_once($locale_file);
-
-
-
-
-
-
-
-
-?>
+?>