- Timestamp:
- 06/16/2023 01:03:00 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/functions.php
r55861 r55929 26 26 */ 27 27 function twentyseventeen_setup() { 28 /*29 * Make theme available for translation.30 * Translations can be filed at WordPress.org. See: https://translate.wordpress.org/projects/wp-themes/twentyseventeen31 * If you're building a theme based on Twenty Seventeen, use a find and replace32 * to change 'twentyseventeen' to the name of your theme in all the template files.33 */34 load_theme_textdomain( 'twentyseventeen' );35 28 36 29 // Add default posts and comments RSS feed links to head.
Note: See TracChangeset
for help on using the changeset viewer.