Changeset 38093
- Timestamp:
- 07/18/2016 02:32:52 PM (7 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 4 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r37077 r38093 56 56 /* 57 57 * Make theme available for translation. 58 * Translations can be filed in the /languages/ directory.58 * Translations can be filed at WordPress.org. See: https://translate.wordpress.org/projects/wp-themes/twentyfifteen 59 59 * If you're building a theme based on twentyfifteen, use a find and replace 60 60 * to change 'twentyfifteen' to the name of your theme in all the template files 61 61 */ 62 load_theme_textdomain( 'twentyfifteen' , get_template_directory() . '/languages');62 load_theme_textdomain( 'twentyfifteen' ); 63 63 64 64 // Add default posts and comments RSS feed links to head. -
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. -
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 /* -
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.