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