Changeset 51106 for trunk/src/wp-content/themes/twentyten/functions.php
- Timestamp:
- 06/08/2021 06:52:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/functions.php
r49763 r51106 740 740 add_action( 'enqueue_block_editor_assets', 'twentyten_block_editor_styles' ); 741 741 742 // Block Patterns. 743 require get_stylesheet_directory() . '/block-patterns.php'; 744 742 745 if ( ! function_exists( 'wp_body_open' ) ) : 743 746 /**
Note: See TracChangeset
for help on using the changeset viewer.