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