Created
May 19, 2016 00:03
-
-
Save amElnagdy/ee675d610e49e5407ea36f971cd0fbc5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function setup_theme(){ | |
| load_theme_textdomain('theme_text_domain', get_template_directory() . '/languages'); | |
| } | |
| add_action('after_setup_theme', 'setup_theme'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment