Ticket #53752: 53752.diff
File 53752.diff, 553 bytes (added by , 3 years ago) |
---|
-
src/wp-content/themes/twentyten/functions.php
740 740 add_action( 'enqueue_block_editor_assets', 'twentyten_block_editor_styles' ); 741 741 742 742 // Block Patterns. 743 require get_ stylesheet_directory() . '/block-patterns.php';743 require get_template_directory() . '/block-patterns.php'; 744 744 745 745 if ( ! function_exists( 'wp_body_open' ) ) : 746 746 /**