Changeset 55929 for trunk/src/wp-content/themes/twentytwenty/functions.php
- Timestamp:
- 06/16/2023 01:03:00 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/functions.php
r55861 r55929 112 112 ); 113 113 114 /*115 * Make theme available for translation.116 * Translations can be filed in the /languages/ directory.117 * If you're building a theme based on Twenty Twenty, use a find and replace118 * to change 'twentytwenty' to the name of your theme in all the template files.119 */120 load_theme_textdomain( 'twentytwenty' );121 122 114 // Add support for full and wide align images. 123 115 add_theme_support( 'align-wide' );
Note: See TracChangeset
for help on using the changeset viewer.