فهرست منبع

moving this directly into the functions.php file, no need to have it on it's own.

Eddie Machado 12 سال پیش
والد
کامیت
7de0bb1a73
1فایلهای تغییر یافته به همراه0 افزوده شده و 14 حذف شده
  1. 0 14
      library/translation/translation.php

+ 0 - 14
library/translation/translation.php

@@ -1,14 +0,0 @@
-<?php
-/* Welcome to Bones :)
-Thanks to the fantastic work by Bones users, we've now
-the ability to translate Bones into different languages.
-
-Developed by: Eddie Machado
-URL: http://themble.com/bones/
-*/
-
-
-
-// Adding Translation Option
-load_theme_textdomain( 'bonestheme', get_template_directory() .'/library/translation' );
-?>