Ticket #58520: 58520-1.diff
File 58520-1.diff, 531 bytes (added by , 20 months ago) |
---|
-
src/wp-includes/class-wp-theme.php
diff --git a/src/wp-includes/class-wp-theme.php b/src/wp-includes/class-wp-theme.php index 7cde57f4f9..a292b893ae 100644
a b final class WP_Theme implements ArrayAccess { 1515 1515 } 1516 1516 1517 1517 $paths_to_index_block_template = array( 1518 $this->get_file_path( '/block-templates/index.html' ),1519 1518 $this->get_file_path( '/templates/index.html' ), 1519 $this->get_file_path( '/block-templates/index.html' ), 1520 1520 ); 1521 1521 1522 1522 $this->block_theme = false;