Changeset 38093 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 07/18/2016 02:32:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r37040 r38093 46 46 * Makes Twenty Twelve available for translation. 47 47 * 48 * Translations can be added to the /languages/ directory.48 * Translations can be filed at WordPress.org. See: https://translate.wordpress.org/projects/wp-themes/twentytwelve 49 49 * If you're building a theme based on Twenty Twelve, use a find and replace 50 50 * to change 'twentytwelve' to the name of your theme in all the template files. 51 51 */ 52 load_theme_textdomain( 'twentytwelve' , get_template_directory() . '/languages');52 load_theme_textdomain( 'twentytwelve' ); 53 53 54 54 // This theme styles the visual editor with editor-style.css to match the theme style.
Note: See TracChangeset
for help on using the changeset viewer.