Changeset 59504
- Timestamp:
- 12/10/2024 11:20:21 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentytwo/functions.php
r56548 r59504 9 9 * @since Twenty Twenty-Two 1.0 10 10 */ 11 12 11 13 12 if ( ! function_exists( 'twentytwentytwo_support' ) ) : … … 62 61 add_action( 'wp_enqueue_scripts', 'twentytwentytwo_styles' ); 63 62 64 // Add block patterns 63 // Add block patterns. 65 64 require get_template_directory() . '/inc/block-patterns.php';
Note: See TracChangeset
for help on using the changeset viewer.