Make WordPress Core

Ticket #53752: 53752.diff

File 53752.diff, 553 bytes (added by sabernhardt, 3 years ago)
  • src/wp-content/themes/twentyten/functions.php

     
    740740add_action( 'enqueue_block_editor_assets', 'twentyten_block_editor_styles' );
    741741
    742742// Block Patterns.
    743 require get_stylesheet_directory() . '/block-patterns.php';
     743require get_template_directory() . '/block-patterns.php';
    744744
    745745if ( ! function_exists( 'wp_body_open' ) ) :
    746746        /**