|
@@ -11,15 +11,4 @@ URL: http://themble.com/bones/
|
|
|
|
|
|
|
|
// Adding Translation Option
|
|
// Adding Translation Option
|
|
|
load_theme_textdomain( 'bonestheme', get_template_directory() .'/library/translation' );
|
|
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);
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-?>
|
|
|
|
|
|
|
+?>
|