- Timestamp:
- 07/18/2016 02:32:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r38083 r38093 62 62 * Makes Twenty Thirteen available for translation. 63 63 * 64 * Translations can be added to the /languages/ directory.64 * Translations can be filed at WordPress.org. See: https://translate.wordpress.org/projects/wp-themes/twentythirteen 65 65 * If you're building a theme based on Twenty Thirteen, use a find and 66 66 * replace to change 'twentythirteen' to the name of your theme in all 67 67 * template files. 68 68 */ 69 load_theme_textdomain( 'twentythirteen' , get_template_directory() . '/languages');69 load_theme_textdomain( 'twentythirteen' ); 70 70 71 71 /*
Note: See TracChangeset
for help on using the changeset viewer.