- Timestamp:
- 06/16/2023 01:03:00 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/functions.php
r55861 r55929 27 27 */ 28 28 function twentynineteen_setup() { 29 /*30 * Make theme available for translation.31 * Translations can be filed in the /languages/ directory.32 * If you're building a theme based on Twenty Nineteen, use a find and replace33 * to change 'twentynineteen' to the name of your theme in all the template files.34 */35 load_theme_textdomain( 'twentynineteen', get_template_directory() . '/languages' );36 29 37 30 // Add default posts and comments RSS feed links to head.
Note: See TracChangeset
for help on using the changeset viewer.