translation.php 328 B

1234567891011121314
  1. <?php
  2. /* Welcome to Bones :)
  3. Thanks to the fantastic work by Bones users, we've now
  4. the ability to translate Bones into different languages.
  5. Developed by: Eddie Machado
  6. URL: http://themble.com/bones/
  7. */
  8. // Adding Translation Option
  9. load_theme_textdomain( 'bonestheme', get_template_directory() .'/library/translation' );
  10. ?>